Searched refs:CastToType (Results 1 – 3 of 3) sorted by relevance
117 const auto *CastToType = CastToTypePtr->getAsCXXRecordDecl(); in check() local118 assert(CastToType); in check()120 if (isParentOf(*CastToType, *ThisType)) in check()124 getParentsByGrandParent(*CastToType, *ThisType, *MemberDecl); in check()
1321 Type CastToType = T; in emitBodyAsBuiltinCall() local1324 if (CastToType.isVector() && in emitBodyAsBuiltinCall()1326 CastToType.makeInteger(8, true); in emitBodyAsBuiltinCall()1327 Arg = "(" + CastToType.str() + ")" + Arg; in emitBodyAsBuiltinCall()1328 } else if (CastToType.isVector() && LocalCK == ClassI) { in emitBodyAsBuiltinCall()1329 if (CastToType.isInteger()) in emitBodyAsBuiltinCall()1330 CastToType.makeSigned(); in emitBodyAsBuiltinCall()1331 Arg = "(" + CastToType.str() + ")" + Arg; in emitBodyAsBuiltinCall()
1342 Type CastToType = T; in emitBodyAsBuiltinCall() local1352 CastToType = BaseType; in emitBodyAsBuiltinCall()1358 if (CastToType.isVector()) { in emitBodyAsBuiltinCall()1359 CastToType.makeInteger(8, true); in emitBodyAsBuiltinCall()1360 Arg = "(" + CastToType.str() + ")" + Arg; in emitBodyAsBuiltinCall()