Searched defs:SymbolType (Results 1 – 5 of 5) sorted by relevance
25 SymbolType() : Type(TypeFlag::SYMBOL) {} in SymbolType() function
207 static GateType SymbolType() in SymbolType() function
18 SymbolType, enumerator
53 …union SymbolType { // a symbol can either be a const or a function or a preg which currently used… union