Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h136 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enum
140 CheckSeparatorKind IsAfterDigits);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp858 CheckSeparatorKind IsAfterDigits) { in checkSeparator()