HomeSort by relevance Sort by last modified time
    Searched refs:getAsNamespace (Results 1 - 11 of 11) sorted by null

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 136 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
CIndex.cpp     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 138 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const {
229 if (getAsNamespace()->isAnonymousNamespace())
232 OS << getAsNamespace()->getName();
ItaniumMangle.cpp 803 mangleSourceName(qualifier->getAsNamespace()->getIdentifier());
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 169 NamespaceDecl *getAsNamespace() const;
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 144 return NNS->getAsNamespace();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 51 milliseconds