Lines Matching refs:NNS
1557 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) { in getRangeOfTypeInNestedNameSpecifier() local
1558 if (const Type *CurType = NNS->getAsType()) { in getRangeOfTypeInNestedNameSpecifier()
1671 if (NestedNameSpecifier *NNS = DependentTST->getQualifier()) in MatchTemplateParametersToScopeSpecifier() local
1672 T = QualType(NNS->getAsType(), 0); in MatchTemplateParametersToScopeSpecifier()
1680 if (NestedNameSpecifier *NNS = DependentName->getQualifier()) in MatchTemplateParametersToScopeSpecifier() local
1681 T = QualType(NNS->getAsType(), 0); in MatchTemplateParametersToScopeSpecifier()
3320 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS);
3516 NestedNameSpecifier *NNS) { in VisitNestedNameSpecifier() argument
3517 if (NNS->getPrefix() && VisitNestedNameSpecifier(NNS->getPrefix())) in VisitNestedNameSpecifier()
3520 switch (NNS->getKind()) { in VisitNestedNameSpecifier()
3529 return Visit(QualType(NNS->getAsType(), 0)); in VisitNestedNameSpecifier()
6295 for (NestedNameSpecifier *NNS = (NestedNameSpecifier *)SS.getScopeRep(); in ScopeSpecifierHasTemplateId() local
6296 NNS; NNS = NNS->getPrefix()) in ScopeSpecifierHasTemplateId()
6297 if (const Type *T = NNS->getAsType()) in ScopeSpecifierHasTemplateId()
6891 NestedNameSpecifier *NNS in ActOnDependentTag() local
6893 if (!NNS) in ActOnDependentTag()
6906 QualType Result = Context.getDependentNameType(Kwd, NNS, Name); in ActOnDependentTag()
7027 static bool isEnableIf(NestedNameSpecifierLoc NNS, const IdentifierInfo &II, in isEnableIf() argument
7034 if (!NNS || !NNS.getNestedNameSpecifier()->getAsType()) in isEnableIf()
7036 TypeLoc EnableIfTy = NNS.getTypeLoc(); in isEnableIf()