Lines Matching refs:getCanonicalNestedNameSpecifier
4185 return getCanonicalNestedNameSpecifier(Qualifier); in getMemberPointerType()
4188 assert(R == getCanonicalNestedNameSpecifier(R)); in getMemberPointerType()
5915 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType()
5960 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType()
5980 assert(NNS == getCanonicalNestedNameSpecifier(NNS)); in getDependentTemplateSpecializationType()
7016 if (getCanonicalNestedNameSpecifier(T1MPType->getQualifier()) != in UnwrapSimilarTypes()
7017 getCanonicalNestedNameSpecifier(T2MPType->getQualifier())) in UnwrapSimilarTypes()
7176 getCanonicalNestedNameSpecifier(Qualifier); in getCanonicalTemplateName()
7830 ASTContext::getCanonicalNestedNameSpecifier(NestedNameSpecifier *NNS) const { in getCanonicalNestedNameSpecifier() function in ASTContext
7838 getCanonicalNestedNameSpecifier(NNS->getPrefix()), in getCanonicalNestedNameSpecifier()
7878 Prefix = getCanonicalNestedNameSpecifier(NNS->getPrefix()); in getCanonicalNestedNameSpecifier()
13697 NestedNameSpecifier *Canon = Ctx.getCanonicalNestedNameSpecifier(NNS1); in getCommonNNS()
13698 if (Canon != Ctx.getCanonicalNestedNameSpecifier(NNS2)) { in getCommonNNS()
13745 return Ctx.getCanonicalNestedNameSpecifier(NNS1); in getCommonNNS()
13813 return Ctx.getCanonicalNestedNameSpecifier(NNS1); in getCommonNNS()
13820 assert(Ctx.getCanonicalNestedNameSpecifier(R) == Canon); in getCommonNNS()