Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dformat-darwin.m78 // These cases match the relevant cases in CheckPrintfHandler::checkFormatExpr.
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3125 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,
3452 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()
3547 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler