Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp5410 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, in getFormatStringInfo() function in Sema
5475 getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx()
8655 if (Sema::getFormatStringInfo(PVFormat, IsCXXMember, IsVariadic, in checkFormatStringExpr()
8849 if (getFormatStringInfo(Format, IsCXXMember, CallType != VariadicDoesNotApply, in CheckFormatArguments()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13039 static bool getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember,