Lines Matching defs:IvarT
850 QualType IvarT = D->getType();
852 IvarT = GetGroupRecordTypeForObjCIvarBitfield(D);
854 if (!IvarT->getAs<TypedefType>() && IvarT->isRecordType()) {
855 RecordDecl *RD = IvarT->castAs<RecordType>()->getDecl();
880 IvarT, nullptr,
885 IvarT = Context->getDecltypeType(ME, ME->getType());
888 convertObjCTypeToCStyleType(IvarT);
889 QualType castT = Context->getPointerType(IvarT);
7458 QualType IvarT = D->getType();
7460 IvarT = GetGroupRecordTypeForObjCIvarBitfield(D);
7462 if (!IvarT->getAs<TypedefType>() && IvarT->isRecordType()) {
7463 RecordDecl *RD = IvarT->castAs<RecordType>()->getDecl();
7488 IvarT, nullptr,
7493 IvarT = Context->getDecltypeType(ME, ME->getType());
7496 convertObjCTypeToCStyleType(IvarT);
7497 QualType castT = Context->getPointerType(IvarT);
7505 const_cast<ASTContext &>(*Context), castExpr, UO_Deref, IvarT,