Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10083 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr() local
10085 if (ImplicitMatch == analyze_printf::ArgType::Match) in checkFormatExpr()
10087 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
10088 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()
10089 Match = ImplicitMatch; in checkFormatExpr()