Searched refs:Identifiers (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbasic.rb8 grammar Identifiers;
38 lexer = Identifiers::Lexer.new( input )
40 parser = Identifiers::Parser.new( tokens )
51 lexer = Identifiers::Lexer.new( '' )
52 parser = Identifiers::Parser.new( lexer )
64 parser = Identifiers::Parser.new( 'blah_de_blah', :file => 'blah.txt' )
/external/clang/lib/Parse/
H A DParseOpenMP.cpp61 SmallVector<Expr *, 5> Identifiers; local
67 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, true)) {
77 return Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
114 SmallVector<Expr *, 5> Identifiers; local
129 if (!ParseOpenMPSimpleVarList(OMPD_threadprivate, Identifiers, false)) {
138 Actions.ActOnOpenMPThreadprivateDirective(Loc, Identifiers);
H A DParsePragma.cpp953 SmallVector<Token, 5> Identifiers; local
962 Identifiers.push_back(Tok);
997 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments");
1006 sizeof(Token) * 2 * Identifiers.size(), llvm::alignOf<Token>());
1007 for (unsigned i=0; i != Identifiers.size(); i++) {
1012 idTok = Identifiers[i];
1014 PP.EnterTokenStream(Toks, 2*Identifiers.size(),
/external/clang/include/clang/Lex/
H A DPreprocessor.h71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
111 /// Identifiers for builtin macros and other builtins.
177 mutable IdentifierTable Identifiers; member in class:clang::Preprocessor
186 /// FIXME: Make sure the lifetime of Identifiers/Selectors *isn't* tied to
485 IdentifierTable &getIdentifierTable() { return Identifiers; }
645 return &Identifiers.get(Name);
1215 /// Identifiers used for SEH handling in Borland. These are only
/external/clang/lib/Lex/
H A DPreprocessor.cpp66 Identifiers(opts, IILookup), IncrementalProcessing(false), TUKind(TUKind),
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py101 class Identifiers(object): class in inherits:object
143 self.identifiers = Identifiers()
/external/clang/lib/Sema/
H A DSemaLookup.cpp3288 SmallVectorImpl<const IdentifierInfo*> &Identifiers) {
3290 getNestedNameSpecifierIdentifiers(Prefix, Identifiers);
3292 Identifiers.clear();
3321 Identifiers.push_back(II);
3286 getNestedNameSpecifierIdentifiers( NestedNameSpecifier *NNS, SmallVectorImpl<const IdentifierInfo*> &Identifiers) argument
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc1843 TEST_F(URLRequestTest, Identifiers) {

Completed in 216 milliseconds