HomeSort by relevance Sort by last modified time
    Searched defs:NumericLiteralParser (Results 1 - 2 of 2) 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...]

Completed in 138 milliseconds