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

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
ItaniumDemangle.cpp 413 Name = static_cast<const NestedName *>(Name)->Name;
455 static_cast<const NestedName *>(Name)->Qual->print(S);
553 N = static_cast<const NestedName *>(N)->Name;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp 202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 56 X(NestedName) \
847 struct NestedName : Node {
851 NestedName(Node *Qual_, Node *Name_)
3161 if (SoFar) SoFar = make<NestedName>(SoFar, Comp);

Completed in 30 milliseconds