Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12066 ArgType::MatchKind ImplicitMatch = ArgType::NoMatch; in checkFormatExpr() local
12090 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()