Searched refs:ImplicitMatch (Results 1 – 1 of 1) sorted by relevance
12066 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local12090 ImplicitMatch = AT.matchesType(S.Context, ExprTy); in checkFormatExpr()12091 if (ImplicitMatch == ArgType::Match) in checkFormatExpr()12117 ImplicitMatch != ArgType::NoMatchPromotionTypeConfusion && in checkFormatExpr()12118 ImplicitMatch != ArgType::NoMatchTypeConfusion) in checkFormatExpr()12122 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()12123 ImplicitMatch == ArgType::NoMatchTypeConfusion) in checkFormatExpr()12124 Match = ImplicitMatch; in checkFormatExpr()