Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp1836 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1837 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1842 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1843 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
H A DASTContext.cpp5102 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
5151 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
6780 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
6788 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
9215 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
9251 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
12398 : Ctx.getCanonicalNestedNameSpecifier(X->getQualifier()); in getCommonNNS()
H A DStmtProfile.cpp157 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
H A DItaniumMangle.cpp464 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in addSubstitution()
6040 NNS = Context.getASTContext().getCanonicalNestedNameSpecifier(NNS); in mangleSubstitution()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2619 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp12785 Context.getCanonicalNestedNameSpecifier(Qual); in CheckUsingDeclRedeclaration()
12811 if (CNNS != Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()