Home
last modified time | relevance | path

Searched refs:CastToType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DParentVirtualCallCheck.cpp117 const auto *CastToType = CastToTypePtr->getAsCXXRecordDecl(); in check() local
118 assert(CastToType); in check()
120 if (isParentOf(*CastToType, *ThisType)) in check()
124 getParentsByGrandParent(*CastToType, *ThisType, *MemberDecl); in check()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp1329 Type CastToType = T; in emitBodyAsBuiltinCall() local
1332 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()