Searched refs:LexNumericConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1770 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer 1785 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1802 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1816 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1822 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1824 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3378 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 3576 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 705 bool LexNumericConstant (Token &Result, const char *CurPtr);
|