Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9944 QualType IntendedTy, in shouldNotPrintDirectly() argument
9947 QualType TyTy = IntendedTy; in shouldNotPrintDirectly()
10114 QualType IntendedTy = ExprTy; in checkFormatExpr() local
10121 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
10127 if (V.getActiveBits() <= S.Context.getTypeSize(IntendedTy)) in checkFormatExpr()
10136 if (TD->getUnderlyingType() == IntendedTy) in checkFormatExpr()
10137 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
10155 IntendedTy = CastTy; in checkFormatExpr()
10173 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
10207 IntendedTy.print(CastFix, S.Context.getPrintingPolicy()); in checkFormatExpr()
[all …]