LLDB mainline
Functions
PostfixExpression.cpp File Reference
#include "lldb/Symbol/PostfixExpression.h"
#include "lldb/Core/dwarf.h"
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/StringExtras.h"
#include <optional>

Go to the source code of this file.

Functions

static std::optional< BinaryOpNode::OpTypeGetBinaryOpType (llvm::StringRef token)
 
static std::optional< UnaryOpNode::OpTypeGetUnaryOpType (llvm::StringRef token)
 

Function Documentation

◆ GetBinaryOpType()

static std::optional< BinaryOpNode::OpType > GetBinaryOpType ( llvm::StringRef  token)
static

◆ GetUnaryOpType()

static std::optional< UnaryOpNode::OpType > GetUnaryOpType ( llvm::StringRef  token)
static