Home | History | Annotate | Download | only in Lex

Lines Matching defs:NumericLiteralParser

10 // This file implements the NumericLiteralParser, CharLiteralParser, and
387 NumericLiteralParser::
388 NumericLiteralParser(const char *begin, const char *end,
567 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
696 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
729 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
750 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {