Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp1404 return Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1406 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1413 return Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
1415 Context.getCanonicalNestedNameSpecifier( in declarationReplaces()
HDStmtProfile.cpp1219 NNS = Context.getCanonicalNestedNameSpecifier(NNS); in VisitNestedNameSpecifier()
HDASTContext.cpp3299 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
3358 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
4065 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
4073 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
6260 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
6296 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1799 getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const;
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7565 if (Context.getCanonicalNestedNameSpecifier(Qual) != in CheckUsingDeclRedeclaration()
7566 Context.getCanonicalNestedNameSpecifier(DQual)) in CheckUsingDeclRedeclaration()