Home
last modified time | relevance | path

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

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