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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 139 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(),
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 173 NamespaceAliasDecl *getAsNamespaceAlias() const;
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 154 NamespaceAliasDecl *NestedNameSpecifier::getAsNamespaceAlias() const {
243 OS << getAsNamespaceAlias()->getName();
ItaniumMangle.cpp 828 mangleSourceName(qualifier->getAsNamespaceAlias()->getIdentifier());
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 140 return NNS->getAsNamespaceAlias()->getNamespace();
    [all...]
SemaLookup.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 526 !SS.getScopeRep()->getAsNamespaceAlias()) {
    [all...]

Completed in 423 milliseconds