Searched refs:LexNumericConstant (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h701 bool LexNumericConstant (Token &Result, const char *CurPtr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1750 /// LexNumericConstant - Lex the remainder of a integer or floating point
1753 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { function in class:Lexer
1768 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1785 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1797 return LexNumericConstant(Result, CurPtr);
1803 return LexNumericConstant(Result, CurPtr);
1805 return LexNumericConstant(Result, CurPtr);
3319 return LexNumericConstant(Result, CurPtr);
3517 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result));

Completed in 124 milliseconds