Searched defs:declarator (Results 1 - 9 of 9) sorted by last modified time

/external/robolectric/v1/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/ ...
/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/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/clang/lib/Sema/
H A DSemaType.cpp46 /// isOmittedBlockReturnType - Return true if this declarator is missing a
144 /// The declarator being processed.
145 Declarator &declarator; member in class:__anon1573::TypeProcessingState
147 /// The index of the declarator chunk we're currently processing.
166 TypeProcessingState(Sema &sema, Declarator &declarator) argument
167 : sema(sema), declarator(declarator),
168 chunkIndex(declarator.getNumTypeObjects()),
176 return declarator;
180 return chunkIndex == declarator
325 maybeMovePastReturnType(Declarator &declarator, unsigned i, bool onlyBlockPointers) argument
396 Declarator &declarator = state.getDeclarator(); local
454 Declarator &declarator = state.getDeclarator(); local
516 Declarator &declarator = state.getDeclarator(); local
550 Declarator &declarator = state.getDeclarator(); local
598 Declarator &declarator = state.getDeclarator(); local
670 Declarator &declarator = state.getDeclarator(); local
756 checkOmittedBlockReturnType(Sema &S, Declarator &declarator, QualType Result) argument
1249 Declarator &declarator = state.getDeclarator(); local
2560 Declarator &declarator = state.getDeclarator(); local
3282 classifyPointerDeclarator(Sema &S, QualType type, Declarator &declarator) argument
5981 Declarator &declarator = state.getDeclarator(); local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
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...]
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...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
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...]
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...]

Completed in 394 milliseconds