Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h153 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enum
157 CheckSeparatorKind IsAfterDigits);
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1264 CheckSeparatorKind IsAfterDigits) { in checkSeparator()