Searched refs:ObjCI (Results 1 – 1 of 1) sorted by relevance
2290 const auto *ObjCI = cast<ObjCInterfaceType>(T); in getTypeInfoImpl() local2291 if (ObjCI->getDecl()->isInvalidDecl()) { in getTypeInfoImpl()2296 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeInfoImpl()2440 } else if (const auto *ObjCI = T->getAs<ObjCInterfaceType>()) { in getTypeUnadjustedAlign() local2441 const ASTRecordLayout &Layout = getASTObjCInterfaceLayout(ObjCI->getDecl()); in getTypeUnadjustedAlign()