Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClsType

3007       QualType ClsType;
3017 ClsType = Context.getDependentNameType(ETK_None, NNSPrefix,
3028 ClsType = QualType(NNS->getAsType(), 0);
3029 // Note: if the NNS has a prefix and ClsType is a nondependent
3031 // in ClsType; hence we wrap ClsType into an ElaboratedType.
3032 // NOTE: in particular, no wrap occurs if ClsType already is an
3035 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
3046 if (!ClsType.isNull())
3047 T = S.BuildMemberPointerType(T, ClsType, DeclType.Loc, D.getIdentifier());