Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNS

2419         NestedNameSpecifier *NNS
2421 NestedNameSpecifier *NNSPrefix = NNS->getPrefix();
2422 switch (NNS->getKind()) {
2425 NNS->getAsIdentifier());
2435 ClsType = QualType(NNS->getAsType(), 0);
2436 // Note: if the NNS has a prefix and ClsType is a nondependent
2437 // TemplateSpecializationType, then the NNS prefix is NOT included
2441 if (NNSPrefix && isa<TemplateSpecializationType>(NNS->getAsType()))
4363 NestedNameSpecifier *NNS;
4365 NNS = static_cast<NestedNameSpecifier *>(SS.getScopeRep());
4369 NNS = 0;
4371 return Context.getElaboratedType(Keyword, NNS, T);