Home
last modified time | relevance | path

Searched refs:NumericLiteralParser (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DLiteralSupport.cpp507 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling, in NumericLiteralParser() function in NumericLiteralParser
694 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){ in ParseDecimalOrOctalCommon()
737 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts, in isValidUDSuffix()
759 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc, in checkSeparator()
780 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) { in ParseNumberStartingWithZero()
913 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue()
971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { in GetFloatValue()
DPreprocessor.cpp865 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this); in parseSimpleIntegerLiteral()
DPPExpressions.cpp268 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP); in EvaluateValue()
DLexer.cpp1704 NumericLiteralParser::isValidUDSuffix( in LexUDSuffix()
/external/clang/include/clang/Lex/
DLiteralSupport.h43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
/external/clang/lib/Sema/
DSemaExpr.cpp3183 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal, in BuildFloatingLiteral()
3264 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP); in ActOnNumericConstant()
DSemaDeclCXX.cpp12111 << NumericLiteralParser::isValidUDSuffix(getLangOpts(), LiteralName); in CheckLiteralOperatorDeclaration()