Home
last modified time | relevance | path

Searched refs:getCanonicalNestedNameSpecifier (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DDecl.cpp1546 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1547 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1552 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1553 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
DASTContext.cpp3554 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
3610 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
4438 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
4446 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
6596 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
6632 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
DStmtProfile.cpp1695 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
/external/clang/include/clang/AST/
DASTContext.h2071 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8542 if (Context.getCanonicalNestedNameSpecifier(Qual) != in CheckUsingDeclRedeclaration()
8543 Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()