Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1693 const unsigned MaxStandardSuffixLength = 3; in LexUDSuffix() local
1694 char Buffer[MaxStandardSuffixLength] = { C }; in LexUDSuffix()
1709 if (Chars == MaxStandardSuffixLength) in LexUDSuffix()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1858 const unsigned MaxStandardSuffixLength = 3; in LexUDSuffix() local
1859 char Buffer[MaxStandardSuffixLength] = { C }; in LexUDSuffix()
1874 if (Chars == MaxStandardSuffixLength) in LexUDSuffix()