Home | History | Annotate | Download | only in Sema

Lines Matching defs:NNS

51   NestedNameSpecifier *NNS = SS.getScopeRep();
55 switch (NNS->getKind()) {
58 Type = QualType(NNS->getAsType(), 0);
64 assert(NNS->getAsIdentifier() == &Name && "not a constructor name");
65 Type = Context.getDependentNameType(ETK_None, NNS->getPrefix(),
66 NNS->getAsIdentifier());
121 NestedNameSpecifier *NNS = SS.getScopeRep();
150 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {