Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h783 bool ParseFormatStringHasSArg(const char *beg, const char *end,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp457 bool clang::analyze_format_string::ParseFormatStringHasSArg(const char *I, in ParseFormatStringHasSArg() function in clang::analyze_format_string
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7894 return analyze_format_string::ParseFormatStringHasSArg(Str, Str + StrLen, in FormatStringHasSArg()