Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp3518 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentNameType() local
3523 if (CanonNNS != NNS || CanonKeyword != Keyword) in getDependentNameType()
3524 Canon = getDependentNameType(CanonKeyword, CanonNNS, Name); in getDependentNameType()
3577 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateSpecializationType() local
3591 if (AnyNonCanonArgs || CanonNNS != NNS || CanonKeyword != Keyword) { in getDependentTemplateSpecializationType()
3592 Canon = getDependentTemplateSpecializationType(CanonKeyword, CanonNNS, in getDependentTemplateSpecializationType()
6498 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName() local
6499 if (CanonNNS == NNS) { in getDependentTemplateName()
6503 TemplateName Canon = getDependentTemplateName(CanonNNS, Name); in getDependentTemplateName()
6534 NestedNameSpecifier *CanonNNS = getCanonicalNestedNameSpecifier(NNS); in getDependentTemplateName() local
[all …]