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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 135 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
CIndex.cpp     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 143 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const {
234 if (getAsNamespace()->isAnonymousNamespace())
237 OS << getAsNamespace()->getName();
ItaniumMangle.cpp 794 mangleSourceName(qualifier->getAsNamespace()->getIdentifier());
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 168 NamespaceDecl *getAsNamespace() const;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 138 return NNS->getAsNamespace();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 655 milliseconds