Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp2003 constexpr unsigned MaxRawStrDelimLen = 16; in init() local
2006 while (static_cast<unsigned>(ThisTokBuf - Prefix) < MaxRawStrDelimLen && in init()