Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1860 const unsigned MaxStandardSuffixLength = 3; in LexUDSuffix() local
1861 char Buffer[MaxStandardSuffixLength] = { C }; in LexUDSuffix()
1876 if (Chars == MaxStandardSuffixLength) in LexUDSuffix()