Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2094 const unsigned MaxStandardSuffixLength = 3; in LexUDSuffix() local
2095 char Buffer[MaxStandardSuffixLength] = { C }; in LexUDSuffix()
2109 if (Chars == MaxStandardSuffixLength) in LexUDSuffix()