Searched refs:DECL (Results 1 - 22 of 22) sorted by relevance

/external/libxml2/
H A 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_attr
[all...]
/external/clang/include/clang/AST/
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ macro
41 #define ABSTRACT_DECL(DECL)
49 #define DECL(DERIVED, BASE) \ macro
H A DRecursiveASTVisitor.h379 #define ABSTRACT_DECL(DECL)
380 #define DECL(CLASS, BASE) \ macro
383 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
388 #define DECL(CLASS, BASE) \ macro
616 #define ABSTRACT_DECL(DECL)
617 #define DECL(CLASS, BASE) \ macro
1239 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1241 bool RecursiveASTVisitor<Derived>::Traverse##DECL (DECL *D) { \
1242 TRY_TO(WalkUpFrom##DECL (
[all...]
H A DDeclBase.h85 #define DECL(DERIVED, BASE) DERIVED, macro
86 #define ABSTRACT_DECL(DECL)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.h22 #define DECL 4 macro
H A DLangDumpDecl.h31 #define DECL 4 macro
H A DLangParser.h31 #define DECL 4 macro
H A 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];
H A 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"]
/external/clang/lib/AST/
H A DDeclBase.cpp39 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
40 #define ABSTRACT_DECL(DECL)
74 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; macro
75 #define ABSTRACT_DECL(DECL)
93 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; macro
94 #define ABSTRACT_DECL(DECL)
108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; macro
109 #define ABSTRACT_DECL(DECL)
114 #define DECL(DERIVED, BASE) \ macro
122 #define ABSTRACT_DECL(DECL)
130 #define DECL macro
623 #define DECL macro
630 #define DECL macro
642 #define DECL macro
649 #define DECL macro
726 #define DECL macro
732 #define DECL macro
[all...]
H A DDumpXML.cpp69 #define DECL(DERIVED, BASE) \ macro
76 #define ABSTRACT_DECL(DECL)
81 #define DECL(DERIVED, BASE) \ macro
H A DASTDumper.cpp526 #define DECL(DERIVED, BASE) \ macro
529 #define ABSTRACT_DECL(DECL)
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java121 int DECL = 'D'; // declaration statement field in interface:TokenId
H A DParser.java620 new Stmnt(DECL, parseDeclarator(tbl, d)));
H A DCodeGen.java344 else if (op == DECL || op == BLOCK) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A 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/clang/tools/libclang/
H A DRecursiveASTVisitor.h374 #define ABSTRACT_DECL(DECL)
375 #define DECL(CLASS, BASE) \ macro
378 // The above header #undefs ABSTRACT_DECL and DECL upon exit.
383 #define DECL(CLASS, BASE) \ macro
558 #define ABSTRACT_DECL(DECL)
559 #define DECL(CLASS, BASE) \ macro
1181 #define DEF_TRAVERSE_DECL(DECL, CODE) \
1183 bool RecursiveASTVisitor<Derived>::Traverse##DECL (DECL *D) { \
1184 TRY_TO(WalkUpFrom##DECL (
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h32 template <typename DECL>
37 ((const CHECKER *)checker)->checkASTDecl(cast<DECL>(D), mgr, BR);
41 return isa<DECL>(D);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas647 /// token DECL, but you need to create it as a payload or whatever for
648 /// the DECL node as in ^(DECL type ID).
658 /// token DECL, but you need to create it as a payload or whatever for
659 /// the DECL node as in ^(DECL type ID).
914 /// this class can build the map). I.e., Token DECL means nothing unless the
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2685 #define DECL(type, base) \ macro
H A DSemaExpr.cpp2446 #define DECL(type, base) \ macro
/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 593 milliseconds