Searched refs:checkFormatExpr (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/FixIt/ |
D | format-darwin.m | 78 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
|
/external/llvm-project/clang/test/FixIt/ |
D | format-darwin.m | 85 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4608 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, 5015 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier() 5110 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 7980 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, 8442 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier() 8562 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler
|