Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8819 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr() local
8821 if (ImplicitMatch == analyze_printf::ArgType::Match) in checkFormatExpr()
8823 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
8824 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()
8825 Match = ImplicitMatch; in checkFormatExpr()