Searched refs:DecomposePrintfHandler (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7387 class DecomposePrintfHandler : public CheckPrintfHandler { class 7391 DecomposePrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in DecomposePrintfHandler() function in __anon28c3fbb12011::DecomposePrintfHandler 7660 bool DecomposePrintfHandler::GetSpecifiers( in GetSpecifiers() 7669 DecomposePrintfHandler H(S, FSL, FSL->getFormatString(), Type, 0, 0, IsObjC, in GetSpecifiers() 7688 bool DecomposePrintfHandler::HandlePrintfSpecifier( in HandlePrintfSpecifier() 8939 if (DecomposePrintfHandler::GetSpecifiers(*this, &RefLit, in CheckFormatStringsCompatible() 8942 DecomposePrintfHandler::GetSpecifiers(*this, &TestLit, Arg, Type, IsObjC, in CheckFormatStringsCompatible() 8964 if (!DecomposePrintfHandler::GetSpecifiers(*this, &RefLit, Str, Type, IsObjC, in ValidateFormatString()
|