Searched refs:LexNumericConstant (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1590 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer 1605 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1622 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 1634 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1640 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1642 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3067 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 3262 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
/external/llvm-project/clang/lib/Lex/ |
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() 1799 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1805 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 1807 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3342 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 3540 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 621 bool LexNumericConstant (Token &Result, const char *CurPtr);
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 705 bool LexNumericConstant (Token &Result, const char *CurPtr);
|