Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1537 return Context.getCanonicalNestedNameSpecifier(UD->getQualifier()) == in declarationReplaces()
1538 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1543 return Context.getCanonicalNestedNameSpecifier(UUVD->getQualifier()) == in declarationReplaces()
1544 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
HDASTContext.cpp3450 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
3509 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
4322 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
4330 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
6424 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
6460 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
HDStmtProfile.cpp1479 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1960 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp8321 if (Context.getCanonicalNestedNameSpecifier(Qual) != in CheckUsingDeclRedeclaration()
8322 Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()