Searched refs:getFormatStringInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7160 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, in getFormatStringInfo() function in Sema 7224 getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx() 10638 if (Sema::getFormatStringInfo(PVFormat, IsCXXMember, IsVariadic, in checkFormatStringExpr() 10852 if (getFormatStringInfo(Format, IsCXXMember, CallType != VariadicDoesNotApply, in CheckFormatArguments()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13842 static bool getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember,
|