Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8686 QualType IntendedTy, in shouldNotPrintDirectly() argument
8689 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
8850 QualType IntendedTy = ExprTy; in checkFormatExpr() local
8857 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
8863 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
8872 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
8873 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
8883 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
8891 IntendedTy = CastTy; in checkFormatExpr()
8899 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
[all …]