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
35 /// NumericLiteralParser - This performs strict semantic analysis of the content
38 class NumericLiteralParser {
51 NumericLiteralParser(const char *begin, const char *end,
  /external/clang/lib/Lex/
LiteralSupport.cpp 10 // This file implements the NumericLiteralParser, CharLiteralParser, and
387 NumericLiteralParser::
388 NumericLiteralParser(const char *begin, const char *end,
567 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
696 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
729 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
750 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {
    [all...]

Completed in 321 milliseconds