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

  /external/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
36 /// NumericLiteralParser - This performs strict semantic analysis of the content
39 class NumericLiteralParser {
52 NumericLiteralParser(StringRef TokSpelling,
  /external/clang/lib/Lex/
LiteralSupport.cpp 10 // This file implements the NumericLiteralParser, CharLiteralParser, and
463 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
654 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
679 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
827 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
858 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
879 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
    [all...]
PPExpressions.cpp 221 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 298 clang::NumericLiteralParser NumericLiteral(TokSpelling,
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 348 milliseconds