Searched defs:CastType (Results 1 – 9 of 9) sorted by relevance
197 QualType CastType = Cast->getType(); in isLossOfSign() local
198 QualType CastType = Cast->getType(); in check() local
178 auto ReplaceWithNamedCast = [&](StringRef CastType) { in check()
660 template <typename From, typename To> struct CastType { struct661 using FromType = From;662 using ToType = To;
46 enum CastType { enum
596 QualType CastType) { in enterTypeCast()
20486 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast()
8461 QualType CastType = SemaRef.Context.getIntTypeForBitwidth( in calculateNumIters() local
1177 const Type *CastType = getType(Op, Param); in getCodeForDag() local