Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1868 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1869 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1874 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1875 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
H A DASTContext.cpp5493 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
5543 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
7236 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
7244 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
9685 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
9721 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
13032 : Ctx.getCanonicalNestedNameSpecifier(X->getQualifier()); in getCommonNNS()
H A DStmtProfile.cpp172 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
H A DItaniumMangle.cpp490 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in addSubstitution()
6747 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in mangleSubstitution()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2742 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13099 Context.getCanonicalNestedNameSpecifier(Qual); in CheckUsingDeclRedeclaration()
13125 if (CNNS != Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()