Searched defs:isDigitSeparator (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h128 static bool isDigitSeparator(char C) { return C == '\''; } function in class:clang::NumericLiteralParser

Completed in 72 milliseconds