Home
last modified time | relevance | path

Searched refs:indexDeclaration (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Index/
Dindex-decls.m53 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12
54 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 3:2
55 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 2:25
56 // CHECK: [indexDeclaration]: kind: objc-category | name: | {{.*}} | loc: 6:12
57 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 7:33
58 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 7:33
60 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _prop | {{.*}} | loc: 11:20
61 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: prop | {{.*}} | loc: 11:13 | {{.*}…
62 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: setProp: | {{.*}} | loc: 11:13 | {…
64 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _auto_prop | {{.*}} | loc: 20:33
[all …]
Dindex-module.m10 // CHECK-NOT: [indexDeclaration]
13 // CHECK-NOT: [indexDeclaration]
15 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 4:5
16 // CHECK-NOT: [indexDeclaration]
29 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: depends_on_module_other | {{.*}} | l…
30 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: template | {{.*}} | loc: [[DMOD_NOT_…
32 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: sub_framework | {{.*}} | loc: [[DMOD…
33 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: sub_framework_other | {{.*}} | loc: …
34 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: depends_on_module_private | {{.*}} |…
35 // CHECK-DMOD-NOT: [indexDeclaration]
[all …]
Dindex-suppress-refs.m22 // CHECK: [indexDeclaration]: kind: objc-class | name: I
24 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: B
26 // CHECK-NEXT: [indexDeclaration]: kind: objc-protocol | name: P
28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
30 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: I
32 // CHECK-NEXT: [indexDeclaration]: kind: objc-category | name: cat
35 // CHECK-NEXT: [indexDeclaration]: kind: objc-instance-method | name: meth
37 // CHECK-NOT: [indexDeclaration]: kind: objc-class | name: I
38 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: S
[all …]
Dindex-pch-with-module.m19 // CHECK-NOT: [indexDeclaration]
23 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 10:5
24 // CHECK-NOT: [indexDeclaration]
31 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12
Dindex-invalid-code.m7 // CHECK: [indexDeclaration]: kind: struct | name: S |
8 // CHECK-NOT: [indexDeclaration]: kind: struct | name: S |
Dindex-pch-objc.m10 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _foo
Dpch-with-errors.m33 // CHECK-INDEX: [indexDeclaration]: kind: function | name: foo
Dindex-subscripting-literals.m53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key
/external/clang/test/Index/skip-parsed-bodies/
Dcompile_commands.json23 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedec…
24 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedec…
26 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedec…
27 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedec…
31 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | …
38 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedec…
39 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedec…
40 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedec…
41 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isConta…
44 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | …
[all …]
/external/clang/tools/libclang/
DIndexingContext.cpp313 if (!CB.indexDeclaration || !D) in handleDecl()
361 CB.indexDeclaration(ClientData, &DInfo); in handleDecl()
/external/clang/include/clang-c/
DIndex.h5490 void (*indexDeclaration)(CXClientData client_data, member