Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:CurrentType

1925   QualType CurrentType = E->getTypeSourceInfo()->getType();
1938 CurrentType =
1939 CGF.getContext().getAsArrayType(CurrentType)->getElementType();
1943 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1952 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1972 CurrentType = MemberDecl->getType();
1985 RecordDecl *RD = CurrentType->getAs<RecordType>()->getDecl();
1989 CurrentType = ON.getBase()->getType();
1992 const RecordType *BaseRT = CurrentType->getAs<RecordType>();