Searched defs:declarator (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DVariable.java24 protected Declarator declarator; field in class:Variable
28 declarator = d;
31 public Declarator getDeclarator() { return declarator; }
34 return identifier + ":" + declarator.getType();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.java204 // SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
219 declarator();
240 // $ANTLR start "declarator"
241 // SimpleCTP.g:22:1: declarator : ID ;
242 public final void declarator() throws RecognitionException { method in class:SimpleCTP
260 // $ANTLR end "declarator"
331 // SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
[all...]
H A DSimpleCParser.java304 // SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
319 RewriteRuleSubtreeStream stream_declarator=new RewriteRuleSubtreeStream(adaptor,"rule declarator");
322 // SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
323 // SimpleC.g:27:9: type declarator ';'
332 declarator8=declarator();
343 // elements: declarator, type
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // SimpleC.g:27:32: ^( VAR_DEF type declarator )
396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { method in class:SimpleCParser
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java204 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
207 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:5: ( ^( VAR_DEF type declarator ) )
208 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:19:9: ^( VAR_DEF type declarator )
219 declarator();
240 // $ANTLR start "declarator"
241 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:22:1: declarator : ID ;
242 public final void declarator() throws RecognitionException { method in class:SimpleCTP
260 // $ANTLR end "declarator"
331 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:30:1: formalParameter : ^( ARG_DEF type declarator ) ;
334 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:31:5: ( ^( ARG_DEF type declarator ) )
[all...]
H A DSimpleCParser.java304 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:26:1: variable : type declarator ';' -> ^( VAR_DEF type declarator ) ;
319 RewriteRuleSubtreeStream stream_declarator=new RewriteRuleSubtreeStream(adaptor,"rule declarator");
322 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:5: ( type declarator ';' -> ^( VAR_DEF type declarator ) )
323 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:9: type declarator ';'
332 declarator8=declarator();
343 // elements: type, declarator
353 // 27:29: -> ^( VAR_DEF type declarator )
355 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:27:32: ^( VAR_DEF type declarator )
396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { method in class:SimpleCParser
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc5338 ast_declarator_list *declarator = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_type)); local
5340 declarator->set_location(yylloc);
5342 declarator->declarations.push_tail(&decl->link);
5343 (yyval.node) = declarator;
/external/clang/lib/Sema/
H A DSemaType.cpp45 /// isOmittedBlockReturnType - Return true if this declarator is missing a
130 /// The declarator being processed.
131 Declarator &declarator; member in class:__anon18108::TypeProcessingState
133 /// The index of the declarator chunk we're currently processing.
152 TypeProcessingState(Sema &sema, Declarator &declarator) argument
153 : sema(sema), declarator(declarator),
154 chunkIndex(declarator.getNumTypeObjects()),
162 return declarator;
166 return chunkIndex == declarator
310 maybeMovePastReturnType(Declarator &declarator, unsigned i) argument
372 Declarator &declarator = state.getDeclarator(); local
426 Declarator &declarator = state.getDeclarator(); local
487 Declarator &declarator = state.getDeclarator(); local
520 Declarator &declarator = state.getDeclarator(); local
568 Declarator &declarator = state.getDeclarator(); local
633 Declarator &declarator = state.getDeclarator(); local
701 Declarator &declarator = state.getDeclarator(); local
1899 Declarator &declarator = state.getDeclarator(); local
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 165 milliseconds