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