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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 135 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
CIndex.cpp     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 145 NamespaceDecl *NestedNameSpecifier::getAsNamespace() const {
236 if (getAsNamespace()->isAnonymousNamespace())
239 OS << getAsNamespace()->getName();
ItaniumMangle.cpp 820 mangleSourceName(qualifier->getAsNamespace()->getIdentifier());
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 169 NamespaceDecl *getAsNamespace() const;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 137 return NNS->getAsNamespace();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 525 !SS.getScopeRep()->getAsNamespace() &&
    [all...]

Completed in 423 milliseconds