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

  /external/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /external/clang/lib/Lex/
LiteralSupport.cpp 10 // This file implements the NumericLiteralParser, CharLiteralParser, and
507 NumericLiteralParser::NumericLiteralParser(StringRef TokSpelling,
694 void NumericLiteralParser::ParseDecimalOrOctalCommon(SourceLocation TokLoc){
737 bool NumericLiteralParser::isValidUDSuffix(const LangOptions &LangOpts,
759 void NumericLiteralParser::checkSeparator(SourceLocation TokLoc,
780 void NumericLiteralParser::ParseNumberStartingWithZero(SourceLocation TokLoc) {
913 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) {
950 assert(C < radix && "NumericLiteralParser ctor should have rejected this");
971 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 10 // This file defines the NumericLiteralParser, CharLiteralParser, and
40 /// NumericLiteralParser - This performs strict semantic analysis of the content
43 class NumericLiteralParser {
58 NumericLiteralParser(StringRef TokSpelling,

Completed in 359 milliseconds