Searched defs:NumericLiteralParser (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLiteralSupport.h10 // This file defines the NumericLiteralParser, CharLiteralParser, and
35 /// NumericLiteralParser - This performs strict semantic analysis of the content
38 class NumericLiteralParser { class in namespace:clang
51 NumericLiteralParser(const char *begin, const char *end,
/external/clang/lib/Lex/
H A DLiteralSupport.cpp10 // This file implements the NumericLiteralParser, CharLiteralParser, and
450 NumericLiteralParser::
451 NumericLiteralParser(const char *begin, const char *end, function in class:NumericLiteralParser
630 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
759 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
792 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
813 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) {

Completed in 63 milliseconds