HomeSort by: relevance | last modified time | path
    Searched refs:NumericLiteralParser (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h 9 // This file defines the NumericLiteralParser, CharLiteralParser, and
39 /// NumericLiteralParser - This performs strict semantic analysis of the content
42 class NumericLiteralParser {
59 NumericLiteralParser(StringRef TokSpelling, SourceLocation TokLoc,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
LiteralSupport.cpp 9 // This file implements the NumericLiteralParser, CharLiteralParser, and
526 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
783 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){
832 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
856 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc,
880 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
1019 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
1056 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
1077 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result)
    [all...]
PPExpressions.cpp 298 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(),
Preprocessor.cpp 1369 NumericLiteralParser Literal(Spelling, Tok.getLocation(), getSourceManager(),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 897 // token kind, we run `NumericLiteralParser` again to distinguish them.
902 NumericLiteralParser(TokSpelling, TokLoc, Context.getSourceManager(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3589 static Expr *BuildFloatingLiteral(Sema &S, NumericLiteralParser &Literal,
3658 // NumericLiteralParser wants to overread by one character. Add padding to
3670 NumericLiteralParser Literal(TokSpelling, Tok.getLocation(),

Completed in 151 milliseconds