Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7289 bool checkFormatExpr(const analyze_printf::PrintfSpecifier &FS,
8065 return checkFormatExpr(FS, startSpecifier, specifierLen, Arg); in HandlePrintfSpecifier()
8198 CheckPrintfHandler::checkFormatExpr(const analyze_printf::PrintfSpecifier &FS, in checkFormatExpr() function in CheckPrintfHandler