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

/external/clang/include/clang/Lex/
H A DLexer.h601 bool LexNumericConstant (Token &Result, const char *CurPtr);
/external/clang/lib/Lex/
H A DLexer.cpp1560 /// LexNumericConstant - Lex the remainder of a integer or floating point
1563 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { function in class:Lexer
1578 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1594 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result));
1606 return LexNumericConstant(Result, CurPtr);
1612 return LexNumericConstant(Result, CurPtr);
1614 return LexNumericConstant(Result, CurPtr);
3036 return LexNumericConstant(Result, CurPtr);
3231 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result));

Completed in 73 milliseconds