reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/LiteralSupport.cpp
 1894   return NumericLiteralParser::isValidUDSuffix(LangOpts, Suffix) ||
tools/clang/lib/Lex/PPExpressions.cpp
  280     NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
tools/clang/lib/Lex/Preprocessor.cpp
 1350   NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this);
tools/clang/lib/Sema/SemaExpr.cpp
 3331 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal,
 3412   NumericLiteralParser Literal(TokSpelling, Tok.getLocation(), PP);