Searched refs:CastToType (Results 1 – 2 of 2) 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()
1329 Type CastToType = T; in emitBodyAsBuiltinCall() local1332 if (CastToType.isVector() && in emitBodyAsBuiltinCall()1334 CastToType.makeInteger(8, true); in emitBodyAsBuiltinCall()1335 Arg = "(" + CastToType.str() + ")" + Arg; in emitBodyAsBuiltinCall()1336 } else if (CastToType.isVector() && LocalCK == ClassI) { in emitBodyAsBuiltinCall()1337 if (CastToType.isInteger()) in emitBodyAsBuiltinCall()1338 CastToType.makeSigned(); in emitBodyAsBuiltinCall()1339 Arg = "(" + CastToType.str() + ")" + Arg; in emitBodyAsBuiltinCall()