Searched refs:getFormatStringInfo (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 2261 SemaRef.getFormatStringInfo(Format, false, true, &FSI)) { in GetFormatNSStringIdx()
|
H A D | SemaChecking.cpp | 2945 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember, in getFormatStringInfo() function in Sema 5839 if (Sema::getFormatStringInfo(PVFormat, IsCXXMember, IsVariadic, in checkFormatStringExpr() 6050 if (getFormatStringInfo(Format, IsCXXMember, CallType != VariadicDoesNotApply, in CheckFormatArguments()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 2196 static bool getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember,
|