Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h152 enum CheckSeparatorKind { CSK_BeforeDigits, CSK_AfterDigits }; enum
156 CheckSeparatorKind IsAfterDigits);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1293 CheckSeparatorKind IsAfterDigits) { in checkSeparator()