Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
10360 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local10384 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()