Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7481 ArgType::MatchKind IntendedMatch = AT.matchesType(S.Context, IntendedTy); in checkFormatExpr() local
7482 IntendedMatch = handleFormatSignedness(IntendedMatch, S.getDiagnostics(), in checkFormatExpr()
7484 if ((IntendedMatch != ArgType::Match) || ShouldNotPrintDirectly) in checkFormatExpr()