Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp10360 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local
10384 ImplicitMatch = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()
10385 if (ImplicitMatch == ArgType::Match) in checkFormatExpr()
10411 ImplicitMatch != ArgType::NoMatchPromotionTypeConfusion && in checkFormatExpr()
10412 ImplicitMatch != ArgType::NoMatchTypeConfusion) in checkFormatExpr()
10416 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
10417 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()
10418 Match = ImplicitMatch; in checkFormatExpr()