Searched refs:scopes (Results 51 - 75 of 91) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.m65 //#pragma mark Rule return scopes start
68 #pragma mark Rule return scopes start
H A DLangParser.m165 //#pragma mark Rule return scopes start
168 #pragma mark Rule return scopes start
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg47 scopes, superClass, literals) ::=
64 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
68 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
170 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
189 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
235 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType="Object", superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
242 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg41 scopes, superClass, literals) ::=
57 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
80 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
188 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
214 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
250 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="ANTLR::Runtime::Parser", labelType="ANTLR::Runtime::Token", members={<actions.parser.members>}) ::= <<
257 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR::Runtime::TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg51 scopes, superClass, literals) ::=
67 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
87 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScope()><endif>}>
181 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
210 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScope()><endif>}>
254 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
263 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg101 scopes,
186 /* Aids in accessing scopes for grammar programmers
501 * Functions to create and destroy scopes. First come the rule scopes, followed
502 * by the global declared scopes.
510 <recognizer.scopes:{it | <if(it.isDynamicGlobalScope)>
555 scopes,
688 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeDecl(it)><endif>}>
722 <scopes:{it | <if(it.isDynamicGlobalScope)>
853 scopes,
[all...]
/external/elfutils/include/elfutils/
H A Dlibdw.h758 Returns -1 for errors or 0 if no scopes match PC. */
760 Dwarf_Die **scopes);
768 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
772 Ignore the first SKIP_SHADOWS scopes that match the name.
780 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
/external/elfutils/libdw/
H A Dlibdw.h758 Returns -1 for errors or 0 if no scopes match PC. */
760 Dwarf_Die **scopes);
768 extern int dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes);
772 Ignore the first SKIP_SHADOWS scopes that match the name.
780 extern int dwarf_getscopevar (Dwarf_Die *scopes, int nscopes,
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg21 trace, scopes, superClass, literals) ::=
167 grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
185 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, filterMode, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR3::TreeParser", members={<actions.treeparser.members>}) ::= <<
197 parserBody(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, inputStreamType, superClass, filterMode, labelType, members, rewriteElementType, actionScope, ASTLabelType="Object") ::= <<
204 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeClass()><\n><endif>}>
256 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeStack()><\n><endif>}><rules:{it | <ruleAttributeScopeStack(.ruleDescriptor.ruleScope)>}>
1131 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="ANTLR3::Token", filterMode, superClass="ANTLR3::Lexer") ::= <<
1143 <scopes:{it | <if(it.isDynamicGlobalScope)><globalAttributeScopeClass()><\n><endif>}>
/external/v8/src/inspector/
H A Dv8-debugger.cc781 v8::Local<v8::Value> scopes;
782 if (generatorScopes(context, value).ToLocal(&scopes)) {
785 createDataProperty(context, properties, properties->Length(), scopes);
792 v8::Local<v8::Value> scopes; local
794 functionScopes(context, function).ToLocal(&scopes)) {
797 createDataProperty(context, properties, properties->Length(), scopes);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.m76 #pragma mark Rule return scopes start
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g459 scopes=attrScopes
463 -> ^($gr $gid $cmt? optionsSpec? $ig? $ts? $scopes? $a? $r)
488 * ids for action scopes.
582 scopes=ruleScopeSpec
596 $scopes
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCParser.h259 #pragma mark Rule return scopes end
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg77 * scopes:
87 scopes, superClass, literals) ::=
117 lexer(grammar, name, tokens, scopes, rules, numRules, labelType="Token",
133 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
306 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
337 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScopeDeclaration(scope=it)><endif>}>
401 <scopes:{<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
485 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets, ASTLabelType, superClass="Parser", labelType="Token", members={<actions.parser.members>}) ::= <<
492 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules, numRules, bitsets, labelType={<ASTLabelType>}, ASTLabelType="object", superClass="TreeParser", members={<actions.treeparser.members>}, filterMode) ::= <<
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg49 scopes, superClass, literals) ::=
102 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
109 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
272 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
299 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
403 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
412 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
576 // imported grammars need to have public return scopes
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DCSharp3.stg50 scopes, superClass, literals) ::=
100 lexer(grammar, name, tokens, scopes, rules, numRules, filterMode, labelType="CommonToken",
108 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
267 genericParser(grammar, name, scopes, tokens, tokenNames, rules, numRules,
294 <scopes:{it|<if(it.isDynamicGlobalScope)><globalAttributeScope(scope=it)><endif>}>
385 parser(grammar, name, scopes, tokens, tokenNames, rules, numRules, bitsets,
394 treeParser(grammar, name, scopes, tokens, tokenNames, globalAction, rules,
554 // imported grammars need to have public return scopes
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.m123 //#pragma mark Rule return scopes start
126 #pragma mark Rule return scopes start
/external/v8/src/debug/
H A Dmirrors.js1368 var scopes = [];
1370 scopes.push(this.scope(i));
1372 return scopes;
2085 // This indexes correspond definitions in debug-scopes.h.
2226 // For local, closure and script scopes create a mirror
2228 // or closure scopes and therefore will not preserve identity.
/external/v8/
H A DAndroid.v8.mk11 src/allocation-site-scopes.cc \
35 src/ast/scopes.cc \
237 src/debug/debug-scopes.cc \
403 src/runtime/runtime-scopes.cc \
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.m103 //#pragma mark Rule return scopes start
106 #pragma mark Rule return scopes start
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.m4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g
40 // $ANTLR 3.2 Aug 19, 2010 17:16:04 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g 2010-08-19 17:16:47
163 #pragma mark Rule return scopes start
227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ;
234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt
235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt
252 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:18: method // alt
285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ;
300 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) // ruleBlockSingleAlt
301 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTabl
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java404 /** Track the scopes defined outside of rules and the scopes associated
407 protected Map scopes = new HashMap(); field in class:Grammar
1724 scopes.put(name,scope);
1748 return (AttributeScope)scopes.get(name);
1752 return scopes;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCParser.m230 //#pragma mark Rule return scopes start
233 #pragma mark Rule return scopes start
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.m165 //#pragma mark Rule return scopes start
168 #pragma mark Rule return scopes start

Completed in 1677 milliseconds

1234