- aggregateSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") aggregateSymbols;
Struct, enum, union, class, and interface properties
- arraySymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") arraySymbols;
- assocArraySymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") assocArraySymbols;
Associative array properties
- builtinSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") builtinSymbols;
Symbols for the built in types
- classSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") classSymbols;
- enumSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") enumSymbols;
- typeTmpParamSymbol
DSymbol* typeTmpParamSymbol;
Type template parameters properties (when no colon constraint)
- variadicTmpParamSymbol
DSymbol* variadicTmpParamSymbol;
Variadic template parameters properties