Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1963 const unsigned MaxStandardSuffixLength = 3; in LexUDSuffix() local
1964 char Buffer[MaxStandardSuffixLength] = { C }; in LexUDSuffix()
1978 if (Chars == MaxStandardSuffixLength) in LexUDSuffix()