Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp3554 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType() local
3559 if (CanonNNS != NNS || CanonKeyword != Keyword) in getDependentNameType()
3560 Canon = getDependentNameType(CanonKeyword, CanonNNS, Name); in getDependentNameType()
3610 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType() local
3625 if (AnyNonCanonArgs || CanonNNS != NNS || CanonKeyword != Keyword) { in getDependentTemplateSpecializationType()
3626 Canon = getDependentTemplateSpecializationType(CanonKeyword, CanonNNS, in getDependentTemplateSpecializationType()
6596 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName() local
6597 if (CanonNNS == NNS) { in getDependentTemplateName()
6601 TemplateName Canon = getDependentTemplateName(CanonNNS, Name); in getDependentTemplateName()
6632 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName() local
[all …]