HomeSort by relevance Sort by last modified time
    Searched refs:NumericLiteralParser (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
39 /// NumericLiteralParser - This performs strict semantic analysis of the content
42 class NumericLiteralParser {
57 NumericLiteralParser(StringRef TokSpelling,
  /external/clang/lib/Lex/
LiteralSupport.cpp 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) {
    [all...]
Preprocessor.cpp 783 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this);
PPExpressions.cpp 220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 315 clang::NumericLiteralParser NumericLiteral(TokSpelling,
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1316 milliseconds