Searched refs:getFormatStringInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3256 bool Sema::getFormatStringInfo(const Decl *D, unsigned FormatIdx, in getFormatStringInfo() function in Sema 3269 return getFormatStringInfo(FormatIdx, FirstArg, IsCXXMember, IsVariadic, FSI); in getFormatStringInfo() 3272 bool Sema::getFormatStringInfo(unsigned FormatIdx, unsigned FirstArg, in getFormatStringInfo() function in Sema 6393 if (!Sema::getFormatStringInfo(D, PVFormatMatches->getFormatIdx(), in checkFormatStringExpr() 6420 if (!Sema::getFormatStringInfo(D, PVFormat->getFormatIdx(), in checkFormatStringExpr() 6673 if (getFormatStringInfo(Format->getFormatIdx(), Format->getFirstArg(), in CheckFormatArguments() 6688 if (getFormatStringInfo(Format->getFormatIdx(), 0, IsCXXMember, false, in CheckFormatString()
|
| H A D | SemaObjC.cpp | 2259 SemaRef.getFormatStringInfo(Format->getFormatIdx(), Format->getFirstArg(), in GetFormatNSStringIdx()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2602 static bool getFormatStringInfo(const Decl *Function, unsigned FormatIdx, 2604 static bool getFormatStringInfo(unsigned FormatIdx, unsigned FirstArg,
|