Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassType

1475         const Type *ClassType
1477 FromType = S.Context.getMemberPointerType(FromType, ClassType);
4672 QualType ClassType = S.Context.getTypeDeclType(ActingContext);
4677 QualType ImplicitParamType = S.Context.getCVRQualifiedType(ClassType, Quals);
4724 QualType ClassTypeCanon = S.Context.getCanonicalType(ClassType);
4728 } else if (S.IsDerivedFrom(FromType, ClassType))
5342 QualType ClassType = Context.getTypeDeclType(Constructor->getParent());
5345 (Context.hasSameUnqualifiedType(ClassType, Args[0]->getType()) ||
5346 IsDerivedFrom(Args[0]->getType(), ClassType)))
11512 QualType ClassType
11515 = Context.getMemberPointerType(Fn->getType(), ClassType.getTypePtr());