Searched refs:VariableSymbolNode (Results 1 – 4 of 4) sorted by relevance
170 VariableSymbolNode *demangleVariableEncoding(std::string_view &MangledName,240 VariableSymbolNode *demangleUntypedVariable(ArenaAllocator &Arena,243 VariableSymbolNode *
294 struct VariableSymbolNode;376 VariableSymbolNode *Variable = nullptr;609 struct VariableSymbolNode : public SymbolNode { struct610 VariableSymbolNode() : SymbolNode(NodeKind::VariableSymbol) {} in VariableSymbolNode() function
378 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()381 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>(); in synthesizeVariable()387 VariableSymbolNode *393 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>(); in demangleUntypedVariable()402 VariableSymbolNode *414 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>(); in demangleRttiBaseClassDescriptorNode()438 DSIN->Variable = static_cast<VariableSymbolNode *>(Symbol); in demangleInitFiniStub()893 VariableSymbolNode *896 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>(); in demangleVariableEncoding()
592 void VariableSymbolNode::output(OutputBuffer &OB, OutputFlags Flags) const { in output()