LLDB mainline
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()

◆ GetUnaryOpType()

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