HomeSort by relevance Sort by last modified time
    Searched refs:Identifiers (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
basic.rb 8 grammar Identifiers;
12 @identifiers = []
17 attr_reader :reported_errors, :identifiers
20 @identifiers << name
38 lexer = Identifiers::Lexer.new( input )
40 parser = Identifiers::Parser.new( tokens )
45 parser.identifiers.should == %w(blah_de_blah)
51 lexer = Identifiers::Lexer.new( '' )
52 parser = Identifiers::Parser.new( lexer )
64 parser = Identifiers::Parser.new( 'blah_de_blah', :file => 'blah.txt'
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 471 SmallVector<Token, 5> Identifiers;
480 Identifiers.push_back(Tok);
515 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments");
524 sizeof(Token) * 2 * Identifiers.size(), llvm::alignOf<Token>());
525 for (unsigned i=0; i != Identifiers.size(); i++) {
530 idTok = Identifiers[i];
532 PP.EnterTokenStream(Toks, 2*Identifiers.size(),
  /external/clang/include/clang/Lex/
Preprocessor.h 61 /// predefined values. Only handles simple tokens and identifiers.
68 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
70 "Identifiers should be created by TokenValue(IdentifierInfo *)");
109 /// Identifiers for builtin macros and other builtins.
172 /// Identifiers - This is mapping/lookup information for all identifiers in
174 mutable IdentifierTable Identifiers;
181 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
438 IdentifierTable &getIdentifierTable() { return Identifiers; }
559 /// identifiers that hadMacroDefinition()
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 68 Identifiers(opts, IILookup), IncrementalProcessing(IncrProcessing),
598 "Can't handle identifiers without identifier info!");
617 "Can't handle identifiers without identifier info!");
715 // contextual keyword, so now we're looking for the identifiers.
718 // identifiers.
PPDirectives.cpp 130 const IdentifierInfo &Info = Identifiers.get(Spelling);
383 // Restore the value of LexingRawMode so that identifiers are
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/chromium/net/url_request/
url_request_unittest.cc     [all...]

Completed in 80 milliseconds