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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 140 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(),
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 173 NamespaceAliasDecl *getAsNamespaceAlias() const;
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 147 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const {
236 OS << getAsNamespaceAlias()->getName();
ItaniumMangle.cpp 811 mangleSourceName(qualifier->getAsNamespaceAlias()->getIdentifier());
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 147 return NNS->getAsNamespaceAlias()->getNamespace();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 130 milliseconds