Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4172 QualType IntendedTy, in shouldNotPrintDirectly() argument
4175 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
4289 QualType IntendedTy = ExprTy; in checkFormatExpr() local
4296 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
4302 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
4311 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
4312 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
4322 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E); in checkFormatExpr()
4324 IntendedTy = CastTy; in checkFormatExpr()
4331 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
[all …]