Home
last modified time | relevance | path

Searched defs:declarator (Results 1 – 15 of 15) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DVariable.java24 protected Declarator declarator; field in Variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangDumpDecl.m225 {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCTP.m471 {
DSimpleCTP.java242 public final void declarator() throws RecognitionException { in declarator() method in SimpleCTP
DSimpleCParser.m1244 {
DSimpleCParser.java396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { in declarator() method in SimpleCParser
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.m515 {
DSimpleCTP.java242 public final void declarator() throws RecognitionException { in declarator() method in SimpleCTP
DSimpleCParser.m1405 {
DSimpleCParser.java396 public final SimpleCParser.declarator_return declarator() throws RecognitionException { in declarator() method in SimpleCParser
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m564 {
/external/clang/lib/Sema/
DSemaType.cpp117 Declarator &declarator; member in __anon75bdc9bf0111::TypeProcessingState
138 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
301 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local
333 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local
394 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local
427 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local
471 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local
527 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local
586 Declarator &declarator = state.getDeclarator(); in ConvertDeclSpecToType() local
1646 Declarator &declarator = state.getDeclarator(); in inferARCWriteback() local
/external/mesa3d/src/glsl/
Dast.h595 ast_declarator_list *declarator; member
Dglsl_parser.cpp4923 …ast_declarator_list *declarator = new(ctx) ast_declarator_list((yyvsp[(1) - (4)].fully_specified_t… local
/external/clang/lib/Parse/
DParseObjc.cpp898 Declarator declarator(declSpec, context); in ParseObjCTypeName() local