Home
last modified time | relevance | path

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

12

/external/clang/test/Index/
Dannotate-parameterized-classes.m18 …s=%s:7:1:9:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-INTERFACE-DECL %s
19 // CHECK-INTERFACE-DECL: Identifier: "T" [7:14 - 7:15] TemplateTypeParameter=T:7:14
20 // CHECK-INTERFACE-DECL: Identifier: "id" [7:18 - 7:20] TypeRef=id:0:0
21 // CHECK-INTERFACE-DECL: Identifier: "U" [7:22 - 7:23] TemplateTypeParameter=U:7:22
22 // CHECK-INTERFACE-DECL: Identifier: "NSObject" [7:26 - 7:34] ObjCClassRef=NSObject:4:12
24 …=%s:10:1:12:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-CATEGORY-DECL %s
25 // CHECK-CATEGORY-DECL: Identifier: "T" [10:14 - 10:15] TemplateTypeParameter=T:10:14
26 // CHECK-CATEGORY-DECL: Identifier: "id" [10:18 - 10:20] TypeRef=id:0:0
27 // CHECK-CATEGORY-DECL: Identifier: "U" [10:22 - 10:23] TemplateTypeParameter=U:10:22
28 // CHECK-CATEGORY-DECL: Identifier: "NSObject" [10:26 - 10:34] ObjCClassRef=NSObject:4:12
/external/clang/test/CoverageMapping/
Dmacro-expressions.cpp5 #define DECL(T, x) T x macro
70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} in foo()
72 ASSIGN(DECL(int, k), 0); in foo()
83 for (DECL(int, j) : ARR(int, 1, 2, 3)) {} in foo()
/external/clang/include/clang/AST/
DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() macro
42 #define ABSTRACT_DECL(DECL) in Visit() argument
50 #define DECL(DERIVED, BASE) \ macro
DASTFwd.h21 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
/external/clang/lib/AST/
DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
41 #define ABSTRACT_DECL(DECL) argument
48 #define DECL(DERIVED, BASE) \ macro
52 #define ABSTRACT_DECL(DECL) argument
106 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro
107 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
126 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro
127 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
141 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro
142 #define ABSTRACT_DECL(DECL) in PrintStats() argument
[all …]
DASTTypeTraits.cpp32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
79 #define DECL(DERIVED, BASE) \ in getFromNode() macro
/external/libvpx/libvpx/vpx_dsp/x86/
Dvariance_sse2.c312 #define DECL(w, opt) \ macro
318 DECL(4, opt1); \
319 DECL(8, opt1); \
320 DECL(16, opt1)
325 #undef DECL
381 #define DECL(w, opt) \ macro
388 DECL(4, opt1); \
389 DECL(8, opt1); \
390 DECL(16, opt1)
394 #undef DECL
Dhighbd_variance_sse2.c251 #define DECL(w, opt) \ macro
257 DECL(8, opt); \
258 DECL(16, opt)
263 #undef DECL
404 #define DECL(w, opt) \ macro
411 DECL(16, opt1) \
412 DECL(8, opt1)
415 #undef DECL
/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
/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/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc39 #define DECL(x) __attribute__((noinline)) static void x() {} macro
42 F4(DECL, f) in F4() argument
/external/clang/test/CodeGen/
Dcfstring-windows.c16 #if defined(DECL)
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int DECL = 'D'; // declaration statement field

12