Home | History | Annotate | Download | only in Lex

Lines Matching defs:NumericLiteralParser

10 // This file implements the NumericLiteralParser, CharLiteralParser, and
505 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
709 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
731 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc,
752 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
909 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
946 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
967 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {