Home | History | Annotate | Download | only in Sema

Lines Matching defs:NNS

4330         NestedNameSpecifier *NNS = SS.getScopeRep();
4331 NestedNameSpecifier *NNSPrefix = NNS->getPrefix();
4332 switch (NNS->getKind()) {
4335 NNS->getAsIdentifier());
4346 ClsType = QualType(NNS->getAsType(), 0);
4347 // Note: if the NNS has a prefix and ClsType is a nondependent
4348 // TemplateSpecializationType, then the NNS prefix is NOT included
4352 if (NNSPrefix && isa<TemplateSpecializationType>(NNS->getAsType()))
7216 NestedNameSpecifier *NNS;
7218 NNS = SS.getScopeRep();
7222 NNS = nullptr;
7224 return Context.getElaboratedType(Keyword, NNS, T);