Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurrentType

1488   QualType CurrentType = E->getTypeSourceInfo()->getType();
1501 CurrentType =
1502 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
1506 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1515 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1535 CurrentType = MemberDecl->getType();
1548 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1552 CurrentType = ON.getBase()->getType();
1555 const RecordType *BaseRT = CurrentType->getAs<RecordType>();