Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5545 ElaboratedTypeKeyword CanonKeyword = Keyword; in getDependentTemplateSpecializationType() local
5547 CanonKeyword = ElaboratedTypeKeyword::Typename; in getDependentTemplateSpecializationType()
5554 if (AnyNonCanonArgs || CanonNNS != NNS || CanonKeyword != Keyword) { in getDependentTemplateSpecializationType()
5555 Canon = getDependentTemplateSpecializationType(CanonKeyword, CanonNNS, in getDependentTemplateSpecializationType()