Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7890 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
7902 ShouldNotPrintDirectly = true; in checkFormatExpr()
7919 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
7947 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
7970 if (ShouldNotPrintDirectly) { in checkFormatExpr()