Lines Matching defs:IvarT
851 QualType IvarT = D->getType();
853 IvarT = GetGroupRecordTypeForObjCIvarBitfield(D);
855 if (!IvarT->getAs<TypedefType>() && IvarT->isRecordType()) {
856 RecordDecl *RD = IvarT->castAs<RecordType>()->getDecl();
881 IvarT, nullptr,
886 IvarT = Context->getDecltypeType(ME, ME->getType());
889 convertObjCTypeToCStyleType(IvarT);
890 QualType castT = Context->getPointerType(IvarT);
7492 QualType IvarT = D->getType();
7494 IvarT = GetGroupRecordTypeForObjCIvarBitfield(D);
7496 if (!IvarT->getAs<TypedefType>() && IvarT->isRecordType()) {
7497 RecordDecl *RD = IvarT->castAs<RecordType>()->getDecl();
7522 IvarT, nullptr,
7527 IvarT = Context->getDecltypeType(ME, ME->getType());
7530 convertObjCTypeToCStyleType(IvarT);
7531 QualType castT = Context->getPointerType(IvarT);
7539 const_cast<ASTContext &>(*Context), castExpr, UO_Deref, IvarT,