Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClsType

2413       QualType ClsType;
2424 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
2435 ClsType = QualType(NNS->getAsType(), 0);
2436 // Note: if the NNS has a prefix and ClsType is a nondependent
2438 // in ClsType; hence we wrap ClsType into an ElaboratedType.
2439 // NOTE: in particular, no wrap occurs if ClsType already is an
2442 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
2453 if (!ClsType.isNull())
2454 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, D.getIdentifier());