Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12175 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
12189 ShouldNotPrintDirectly = true; in checkFormatExpr()
12206 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()
12248 ShouldNotPrintDirectly) in checkFormatExpr()
12275 if (ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()