Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8616 const analyze_printf::ArgType::MatchKind ImplicitMatch = in checkFormatExpr() local
8618 if (ImplicitMatch == analyze_printf::ArgType::Match) in checkFormatExpr()
8620 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
8621 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()
8622 Match = ImplicitMatch; in checkFormatExpr()