Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/FixIt/
H A Dformat-darwin.m85 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9435 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,
9903 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()
10023 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler