Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7408 bool ShouldNotPrintDirectly = false; StringRef CastTyName; in checkFormatExpr() local
7422 ShouldNotPrintDirectly = true; in checkFormatExpr()
7439 if (IntendedTy == ExprTy && !ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()
7484 if ((IntendedMatch != ArgType::Match) || ShouldNotPrintDirectly) in checkFormatExpr()
7511 if (ShouldNotPrintDirectly && !IsScopedEnum) { in checkFormatExpr()