Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp1524 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local
1526 if (GetNumStringChars() > MaxChars) in init()
1529 << GetNumStringChars() << MaxChars in init()