HomeSort by relevance Sort by last modified time
    Searched refs:NumericLiteralParser (Results 1 - 21 of 21) 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,
  /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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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,
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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...]
PPExpressions.cpp 268 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
Preprocessor.cpp 865 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this);
    [all...]
  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 536 clang::NumericLiteralParser NumericLiteral(TokSpelling,
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 418 milliseconds