Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dindex-decls.m60 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:12
62 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 2:25
63 // CHECK: [indexDeclaration]: kind: objc-category | name: | {{.*}} | loc: 6:12
65 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 7:33
69 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _prop | {{.*}} | loc: 11:20
74 // CHECK: [indexDeclaration]: kind: function | name: test1 | {{.*}} | loc: 29:5
75 // CHECK: [indexDeclaration]: kind: variable | name: extvar | {{.*}} | loc: 30:14
77 // CHECK: [indexDeclaration]: kind: function | name: extfn | {{.*}} | loc: 32:14
80 // CHECK: [indexDeclaration]: kind: objc-class | name: I4 | {{.*}} | loc: 36:12
82 // CHECK-NOT: [indexDeclaration]: kind: objc-instance-method {{.*}} loc: 37:
[all …]
H A Dindex-module.m14 // CHECK-NOT: [indexDeclaration]
17 // CHECK-NOT: [indexDeclaration]
19 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 4:5
20 // CHECK-NOT: [indexDeclaration]
36 // CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name: template | {{.*}} | loc: [[DMOD_NOT_…
40 // CHECK-DMOD-NOT: [indexDeclaration]
57 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: typedef | name: FILE | {{.*}} | loc: [[TMOD_MODULE_H]…
58 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: struct | name: __sFILE | {{.*}} | loc: [[TMOD_MODULE_…
59 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: field | name: _offset | {{.*}} | loc: [[TMOD_MODULE_H…
60 // CHECK-TMOD-NEXT: [indexDeclaration]: kind: variable | name: myFile | {{.*}} | loc: [[TMOD_MODULE…
[all …]
H A 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 …]
H A 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
H A Dindex-invalid-code.m7 // CHECK: [indexDeclaration]: kind: struct | name: S |
8 // CHECK-NOT: [indexDeclaration]: kind: struct | name: S |
H A Dhidden-redecls.m12 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: p1_method | {{.*}} | loc: {{.*}}hi…
13 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: p1_method | {{.*}} | loc: {{.*}}hi…
H A Dindex-pch-objc.m10 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _foo
H A Dindex-refs.m31 // CHECK: [indexDeclaration]: kind: objc-protocol | name: ForwardProt | {{.*}} | loc: 24:11
H A Dpch-with-errors.m33 // CHECK-INDEX: [indexDeclaration]: kind: function | name: foo
H A Dindex-subscripting-literals.m53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key
/llvm-project-15.0.7/clang/test/Index/skip-parsed-bodies/
H A 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…
31 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | …
42 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isConta…
45 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | …
47 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | …
51 // CHECK: [indexDeclaration]: kind: function | name: imp_foo | {{.*}} | isRedecl: 0 | isDef: 1…
65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | …
67 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | …
68 // CHECK-NEXT: [indexDeclaration]: kind: variable | {{.*}} | loc: ./pragma_once.h:3:12
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp553 if (!CB.indexDeclaration || !D) in handleDecl()
603 CB.indexDeclaration(ClientData, &DInfo); in handleDecl()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6619 void (*indexDeclaration)(CXClientData client_data, const CXIdxDeclInfo *); member