Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurrentType

1819   QualType CurrentType = E->getTypeSourceInfo()->getType();
1832 CurrentType =
1833 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
1837 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1846 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1866 CurrentType = MemberDecl->getType();
1879 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1883 CurrentType = ON.getBase()->getType();
1886 const RecordType *BaseRT = CurrentType->getAs<RecordType>();