LLVM
16.0.0git
|
#include "llvm/Demangle/ItaniumDemangle.h"
Additional Inherited Members | |
![]() | |
enum | Kind : unsigned char |
enum | Cache : unsigned char { Cache::Yes, Cache::No, Cache::Unknown } |
Three-way bool to track a cached value. More... | |
enum | Prec { Prec::Primary, Prec::Postfix, Prec::Unary, Prec::Cast, Prec::PtrMem, Prec::Multiplicative, Prec::Additive, Prec::Shift, Prec::Spaceship, Prec::Relational, Prec::Equality, Prec::And, Prec::Xor, Prec::Ior, Prec::AndIf, Prec::OrIf, Prec::Conditional, Prec::Assign, Prec::Comma, Prec::Default } |
Operator precedence for expression nodes. More... | |
![]() | |
Cache | RHSComponentCache: 2 |
Tracks if this node has a component on its right side, in which case we need to call printRight. More... | |
Cache | ArrayCache: 2 |
Track if this node is a (possibly qualified) array type. More... | |
Cache | FunctionCache: 2 |
Track if this node is a (possibly qualified) function type. More... | |
Definition at line 1074 of file ItaniumDemangle.h.
Definition at line 1079 of file ItaniumDemangle.h.
Definition at line 1082 of file ItaniumDemangle.h.
Definition at line 1083 of file ItaniumDemangle.h.
|
inline |
Definition at line 1085 of file ItaniumDemangle.h.
References F.
|
inlineoverridevirtual |