Searched refs:LexNumericConstant (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1986 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer 2005 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 2022 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 2035 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 2041 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 2043 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3800 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 4001 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 743 bool LexNumericConstant (Token &Result, const char *CurPtr);
|