HomeSort by: relevance | last modified time | path
    Searched refs:VariableSymbolNode (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 341 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena,
344 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
350 VariableSymbolNode *Demangler::demangleUntypedVariable(
354 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
363 VariableSymbolNode *
375 VariableSymbolNode *VSN = Arena.alloc<VariableSymbolNode>();
398 DSIN->Variable = static_cast<VariableSymbolNode *>(Symbol)
    [all...]
MicrosoftDemangleNodes.cpp 591 void VariableSymbolNode::output(OutputStream &OS, OutputFlags Flags) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangle.h 163 VariableSymbolNode *demangleVariableEncoding(StringView &MangledName,
229 VariableSymbolNode *demangleUntypedVariable(ArenaAllocator &Arena,
232 VariableSymbolNode *
MicrosoftDemangleNodes.h 296 struct VariableSymbolNode;
378 VariableSymbolNode *Variable = nullptr;
610 struct VariableSymbolNode : public SymbolNode {
611 VariableSymbolNode() : SymbolNode(NodeKind::VariableSymbol) {}

Completed in 20 milliseconds