Home
last modified time | relevance | path

Searched refs:DECL (Results 1 – 25 of 33) sorted by relevance

12

/external/libxml2/
DHTMLparser.c763 #define DECL (const char**) macro
768 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
771 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL inline_p , NULL , DECL html_attrs, NULL, NULL
780 DECL flow_param , NULL , NULL , DECL applet_attrs, NULL
783 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
786 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
789 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
792 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
[all …]
/external/clang/include/clang/AST/
DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() macro
41 #define ABSTRACT_DECL(DECL) in Visit() argument
49 #define DECL(DERIVED, BASE) \ macro
DRecursiveASTVisitor.h379 #define ABSTRACT_DECL(DECL) argument
380 #define DECL(CLASS, BASE) \ macro
388 #define DECL(CLASS, BASE) \ macro
616 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument
617 #define DECL(CLASS, BASE) \ in TraverseDecl() macro
1239 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument
1241 bool RecursiveASTVisitor<Derived>::Traverse##DECL (DECL *D) { \
1242 TRY_TO(WalkUpFrom##DECL (D)); \
/external/clang/lib/AST/
DDeclBase.cpp39 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
40 #define ABSTRACT_DECL(DECL) argument
74 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro
75 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
93 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro
94 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro
109 #define ABSTRACT_DECL(DECL) in PrintStats() argument
114 #define DECL(DERIVED, BASE) \ in PrintStats() macro
122 #define ABSTRACT_DECL(DECL) in PrintStats() argument
[all …]
DDumpXML.cpp69 #define DECL(DERIVED, BASE) \ in dispatch() macro
76 #define ABSTRACT_DECL(DECL) in dispatch() argument
81 #define DECL(DERIVED, BASE) \ macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLang.g8 tokens {DECL;} // an imaginary node
12 decl : type ID ';' -> ^(DECL type ID)
DLangDumpDecl.m93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt
142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt
144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
DLangParser.m195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAlt
384 // 12:20: -> ^( DECL type ID )
386 // Lang.g:12:23: ^( DECL type ID )
390 [treeAdaptor createTree:DECL Text:@"DECL"]
Doutput1 tree: (DECL int a)
DLang.tokens2 DECL=4
DLangDumpDecl.tokens2 DECL=4
DLangDumpDecl.g8 decl : ^(DECL type declarator)
DREADME.txt10 tree: (DECL int a)
DLangLexer.h22 #define DECL 4 macro
DLangDumpDecl.h31 #define DECL 4 macro
DLangParser.h31 #define DECL 4 macro
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.as36 * token DECL, but you need to create it as a payload or whatever for
37 * the DECL node as in ^(DECL type ID).
48 * token DECL, but you need to create it as a payload or whatever for
49 * the DECL node as in ^(DECL type ID).
DBaseTreeAdaptor.as215 * token DECL, but you need to create it as a payload or whatever for
216 * the DECL node as in ^(DECL type ID).
227 * token DECL, but you need to create it as a payload or whatever for
228 * the DECL node as in ^(DECL type ID).
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonTreeAdaptor.m64 * token DECL, but you need to create it as a payload or whatever for
65 * the DECL node as in ^(DECL type ID).
83 * token DECL, but you need to create it as a payload or whatever for
84 * the DECL node as in ^(DECL type ID).
DANTLRBaseTreeAdaptor.m356 * token DECL, but you need to create it as a payload or whatever for
357 * the DECL node as in ^(DECL type ID).
369 * token DECL, but you need to create it as a payload or whatever for
370 * the DECL node as in ^(DECL type ID).
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int DECL = 'D'; // declaration statement field
/external/clang/tools/libclang/
DRecursiveASTVisitor.h374 #define ABSTRACT_DECL(DECL) argument
375 #define DECL(CLASS, BASE) \ macro
383 #define DECL(CLASS, BASE) \ macro
558 #define ABSTRACT_DECL(DECL) in TraverseDecl() argument
559 #define DECL(CLASS, BASE) \ in TraverseDecl() macro
1181 #define DEF_TRAVERSE_DECL(DECL, CODE) \ argument
1183 bool RecursiveASTVisitor<Derived>::Traverse##DECL (DECL *D) { \
1184 TRY_TO(WalkUpFrom##DECL (D)); \
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h32 template <typename DECL>
37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR); in _checkDecl()
41 return isa<DECL>(D); in _handlesDecl()
/external/bison/tests/
Dc++.at108 # AT_CHECK_NAMESPACE(NAMESPACE-DECL, [COMPILE-ERROR])
110 # See if Bison can handle %define namespace "NAMESPACE-DECL". If COMPILE-ERROR
Dcxx-type.at20 # _AT_TEST_GLR_CXXTYPES(DECL, RESOLVE1, RESOLVE2)
22 # Store into types.y the calc program, with DECL inserted as a declaration,

12