Home
last modified time | relevance | path

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

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