HomeSort by relevance Sort by last modified time
    Searched refs:Identifiers (Results 1 - 8 of 8) 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/
ParseOpenMP.cpp 61 SmallVector<Expr *, 5> Identifiers;
67 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, true)) {
77 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
114 SmallVector<Expr *, 5> Identifiers;
129 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, false)) {
138 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
ParsePragma.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 62 /// predefined values. Only handles simple tokens and identifiers.
69 assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
111 /// Identifiers for builtin macros and other builtins.
175 /// \brief Mapping/lookup information for all identifiers in
177 mutable IdentifierTable Identifiers;
186 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
485 IdentifierTable &getIdentifierTable() { return Identifiers; }
601 /// one. This should only be called for identifiers that hadMacroDefinition().
645 return &Identifiers.get(Name)
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 66 Identifiers(opts, IILookup), IncrementalProcessing(false), TUKind(TUKind),
555 "Can't handle identifiers without identifier info!");
574 "Can't handle identifiers without identifier info!");
705 // contextual keyword, so now we're looking for the identifiers.
708 // identifiers.
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 178 // Identifiers.
    [all...]
  /external/chromium_org/net/url_request/
url_request_unittest.cc     [all...]

Completed in 1017 milliseconds