Searched refs:LexNumericConstant (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 1755 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer 1770 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1787 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1801 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1807 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1809 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3344 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 3542 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 705 bool LexNumericConstant (Token &Result, const char *CurPtr);
|