Searched refs:indexDeclaration (Results 1 – 13 of 13) sorted by relevance
60 // CHECK: [indexDeclaration]: kind: objc-class | name: I | {{.*}} | loc: 1:1262 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 2:2563 // CHECK: [indexDeclaration]: kind: objc-category | name: | {{.*}} | loc: 6:1265 // CHECK: [indexDeclaration]: kind: objc-property | name: prop | {{.*}} | loc: 7:3369 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _prop | {{.*}} | loc: 11:2074 // CHECK: [indexDeclaration]: kind: function | name: test1 | {{.*}} | loc: 29:575 // CHECK: [indexDeclaration]: kind: variable | name: extvar | {{.*}} | loc: 30:1477 // CHECK: [indexDeclaration]: kind: function | name: extfn | {{.*}} | loc: 32:1480 // CHECK: [indexDeclaration]: kind: objc-class | name: I4 | {{.*}} | loc: 36:1282 // CHECK-NOT: [indexDeclaration]: kind: objc-instance-method {{.*}} loc: 37:[all …]
14 // 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 …]
22 // CHECK: [indexDeclaration]: kind: objc-class | name: I24 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: B26 // CHECK-NEXT: [indexDeclaration]: kind: objc-protocol | name: P28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx30 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: I32 // CHECK-NEXT: [indexDeclaration]: kind: objc-category | name: cat35 // CHECK-NEXT: [indexDeclaration]: kind: objc-instance-method | name: meth37 // CHECK-NOT: [indexDeclaration]: kind: objc-class | name: I38 // CHECK-NEXT: [indexDeclaration]: kind: objc-class | name: S[all …]
19 // CHECK-NOT: [indexDeclaration]23 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: glob | {{.*}} | loc: 10:524 // CHECK-NOT: [indexDeclaration]31 // CHECK-PCH: [indexDeclaration]: kind: variable | name: pch_glob | {{.*}} | loc: 6:12
7 // CHECK: [indexDeclaration]: kind: struct | name: S |8 // CHECK-NOT: [indexDeclaration]: kind: struct | name: S |
12 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: p1_method | {{.*}} | loc: {{.*}}hi…13 // CHECK: [indexDeclaration]: kind: objc-instance-method | name: p1_method | {{.*}} | loc: {{.*}}hi…
10 // CHECK: [indexDeclaration]: kind: objc-ivar | name: _foo
31 // CHECK: [indexDeclaration]: kind: objc-protocol | name: ForwardProt | {{.*}} | loc: 24:11
33 // CHECK-INDEX: [indexDeclaration]: kind: function | name: foo
53 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: key
23 // 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 …]
553 if (!CB.indexDeclaration || !D) in handleDecl()603 CB.indexDeclaration(ClientData, &DInfo); in handleDecl()
6619 void (*indexDeclaration)(CXClientData client_data, const CXIdxDeclInfo *); member