Searched refs:IntendedMatch (Results 1 – 1 of 1) sorted by relevance
7481 ArgType::MatchKind IntendedMatch = AT.matchesType(S.Context, IntendedTy); in checkFormatExpr() local7482 IntendedMatch = handleFormatSignedness(IntendedMatch, S.getDiagnostics(), in checkFormatExpr()7484 if ((IntendedMatch != ArgType::Match) || ShouldNotPrintDirectly) in checkFormatExpr()