Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1788 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local
1790 if (GetNumStringChars() > MaxChars) in init()
1793 << GetNumStringChars() << MaxChars in init()