Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp4005 QualType IntendedTy, in shouldNotPrintDirectly() argument
4008 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
4122 QualType IntendedTy = ExprTy; in checkFormatExpr() local
4129 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
4135 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
4144 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
4145 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
4155 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
4157 IntendedTy = CastTy; in checkFormatExpr()
4164 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
[all …]