Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10460 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
10472 ShouldNotPrintDirectly = true; in checkFormatExpr()
10489 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly) { in checkFormatExpr()
10530 if (!AT.matchesType(S.Context, IntendedTy) || ShouldNotPrintDirectly) in checkFormatExpr()
10553 if (ShouldNotPrintDirectly) { in checkFormatExpr()