Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1743 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer
1758 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant()
1775 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant()
1787 return LexNumericConstant(Result, CurPtr); in LexNumericConstant()
1793 return LexNumericConstant(Result, CurPtr); in LexNumericConstant()
1795 return LexNumericConstant(Result, CurPtr); in LexNumericConstant()
3303 return LexNumericConstant(Result, CurPtr); in LexTokenInternal()
3499 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h687 bool LexNumericConstant (Token &Result, const char *CurPtr);