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

/external/clang/include/clang/Lex/
H A DLexer.h621 bool LexNumericConstant (Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
H A DLexer.cpp1587 /// LexNumericConstant - Lex the remainder of a integer or floating point
1590 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { function in class:Lexer
1605 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1622 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1634 return LexNumericConstant(Result, CurPtr);
1640 return LexNumericConstant(Result, CurPtr);
1642 return LexNumericConstant(Result, CurPtr);
3067 return LexNumericConstant(Result, CurPtr);
3262 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result));

Completed in 106 milliseconds