Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurrentType

8685   QualType CurrentType = ArgTy;
8693 if (!CurrentType->isDependentType()) {
8694 const ArrayType *AT = Context.getAsArrayType(CurrentType);
8697 << CurrentType);
8698 CurrentType = AT->getElementType();
8700 CurrentType = Context.DependentTy;
8722 if (CurrentType->isDependentType()) {
8726 CurrentType = Context.DependentTy;
8731 if (RequireCompleteType(OC.LocStart, CurrentType,
8736 const RecordType *RC = CurrentType->getAs<RecordType>();
8739 << CurrentType);
8751 << CurrentType))
8790 if (IsDerivedFrom(CurrentType, Context.getTypeDeclType(Parent), Paths)) {
8808 CurrentType = MemberDecl->getType().getNonReferenceType();