Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1883 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1884 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1889 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1890 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
H A DASTContext.cpp5085 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
5135 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
6787 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
6795 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
9225 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
9261 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
12540 : 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()
6716 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in mangleSubstitution()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2655 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13224 Context.getCanonicalNestedNameSpecifier(Qual); in CheckUsingDeclRedeclaration()
13250 if (CNNS != Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()