Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp1807 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1808 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1813 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1814 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
H A DASTContext.cpp5048 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
5100 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
6704 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
6712 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
9106 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
9142 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
H A DStmtProfile.cpp157 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
H A DItaniumMangle.cpp463 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in addSubstitution()
6039 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in mangleSubstitution()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2634 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp12676 Context.getCanonicalNestedNameSpecifier(Qual); in CheckUsingDeclRedeclaration()
12702 if (CNNS != Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()