Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLiteralSupport.h132 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enum
136 CheckSeparatorKind IsAfterDigits);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp822 CheckSeparatorKind IsAfterDigits) { in checkSeparator()