Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8880 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
8892 ShouldNotPrintDirectly = true; in checkFormatExpr()
8909 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
8947 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
8970 if (ShouldNotPrintDirectly) { in checkFormatExpr()