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/mesa3d/src/glsl/
H A Dast.h595 ast_declarator_list *declarator; member in union:ast_declaration_statement::__anon10075
H A Dglsl_parser.cpp4925 ast_declarator_list *declarator = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_type));
4927 declarator->set_location(yylloc);
4929 declarator->declarations.push_tail(&decl->link);
4930 (yyval.node) = declarator;
4923 ast_declarator_list *declarator = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_type)); local
/external/clang/lib/Sema/
H A DSemaType.cpp37 /// isOmittedBlockReturnType - Return true if this declarator is missing a
116 /// The declarator being processed.
117 Declarator &declarator; member in class:__anon3801::TypeProcessingState
119 /// The index of the declarator chunk we're currently processing.
138 TypeProcessingState(Sema &sema, Declarator &declarator) argument
139 : sema(sema), declarator(declarator),
140 chunkIndex(declarator.getNumTypeObjects()),
148 return declarator;
156 assert(idx <= declarator
301 Declarator &declarator = state.getDeclarator(); local
333 Declarator &declarator = state.getDeclarator(); local
394 Declarator &declarator = state.getDeclarator(); local
427 Declarator &declarator = state.getDeclarator(); local
471 Declarator &declarator = state.getDeclarator(); local
527 Declarator &declarator = state.getDeclarator(); local
586 Declarator &declarator = state.getDeclarator(); local
1646 Declarator &declarator = state.getDeclarator(); local
[all...]

Completed in 4488 milliseconds