Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DFormatStringParsing.h70 const char *FmtStrEnd, unsigned &Len);
H A DFormatString.cpp296 const char *SpecifierBegin, const char *FmtStrEnd, unsigned &Len) { in ParseUTF8InvalidSpecifier() argument
297 if (SpecifierBegin + 1 >= FmtStrEnd) in ParseUTF8InvalidSpecifier()
302 const llvm::UTF8 *SE = reinterpret_cast<const llvm::UTF8 *>(FmtStrEnd); in ParseUTF8InvalidSpecifier()