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 359 SmallVector<Token, 5> Identifiers;
368 Identifiers.push_back(Tok);
403 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments");
412 sizeof(Token) * 2 * Identifiers.size(), llvm::alignOf<Token>());
413 for (unsigned i=0; i != Identifiers.size(); i++) {
418 idTok = Identifiers[i];
420 PP.EnterTokenStream(Toks, 2*Identifiers.size(),
  /external/clang/include/clang/Lex/
Preprocessor.h 85 /// Identifiers for builtin macros and other builtins.
130 /// Identifiers - This is mapping/lookup information for all identifiers in
132 mutable IdentifierTable Identifiers;
139 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
374 IdentifierTable &getIdentifierTable() { return Identifiers; }
470 return &Identifiers.get(Name);
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 61 ExternalSource(0), Identifiers(opts, IILookup),
492 "Can't handle identifiers without identifier info!");
511 "Can't handle identifiers without identifier info!");
599 // contextual keyword, so now we're looking for the identifiers.
602 // identifiers.
PPDirectives.cpp 124 const IdentifierInfo &Info = Identifiers.get(Spelling);
367 // 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 262 milliseconds