Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp577 checkSeparator(TokLoc, s, CSK_AfterDigits); in NumericLiteralParser()
799 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon()
803 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
807 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseDecimalOrOctalCommon()
815 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseDecimalOrOctalCommon()
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator() function in NumericLiteralParser
904 checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits); in ParseNumberStartingWithZero()
919 checkSeparator(TokLoc, s, CSK_AfterDigits); in ParseNumberStartingWithZero()
934 checkSeparator(TokLoc, s, CSK_BeforeDigits); in ParseNumberStartingWithZero()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h139 void checkSeparator(SourceLocation TokLoc, const char *Pos,