Home
last modified time | relevance | path

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

/external/clang/test/FixIt/
Dformat-darwin.m78 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
/external/clang/lib/Sema/
DSemaChecking.cpp4608 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