Lines Matching defs:HELLO
5 // RUN: FileCheck %s --input-file %t/output.symbols.json --check-prefix HELLO
6 #define HELLO 1
7 // HELLO-LABEL: "!testLabel": "c:@macro@HELLO"
8 // HELLO: "accessLevel": "public",
9 // HELLO-NEXT: "declarationFragments": [
10 // HELLO-NEXT: {
11 // HELLO-NEXT: "kind": "keyword",
12 // HELLO-NEXT: "spelling": "#define"
13 // HELLO-NEXT: },
14 // HELLO-NEXT: {
15 // HELLO-NEXT: "kind": "text",
16 // HELLO-NEXT: "spelling": " "
17 // HELLO-NEXT: },
18 // HELLO-NEXT: {
19 // HELLO-NEXT: "kind": "identifier",
20 // HELLO-NEXT: "spelling": "HELLO"
21 // HELLO-NEXT: }
22 // HELLO-NEXT: ],
23 // HELLO: "kind": {
24 // HELLO-NEXT: "displayName": "Macro",
25 // HELLO-NEXT: "identifier": "objective-c.macro"
26 // HELLO-NEXT: },
27 // HELLO-NEXT: "location": {
28 // HELLO-NEXT: "position": {
29 // HELLO-NEXT: "character": 8,
30 // HELLO-NEXT: "line": [[# @LINE - 25]]
31 // HELLO-NEXT: },
32 // HELLO-NEXT: "uri": "file://{{.*}}/macros.c"
33 // HELLO-NEXT: },
34 // HELLO-NEXT: "names": {
35 // HELLO-NEXT: "navigator": [
36 // HELLO-NEXT: {
37 // HELLO-NEXT: "kind": "identifier",
38 // HELLO-NEXT: "spelling": "HELLO"
39 // HELLO-NEXT: }
40 // HELLO-NEXT: ],
41 // HELLO-NEXT: "subHeading": [
42 // HELLO-NEXT: {
43 // HELLO-NEXT: "kind": "identifier",
44 // HELLO-NEXT: "spelling": "HELLO"
45 // HELLO-NEXT: }
46 // HELLO-NEXT: ],
47 // HELLO-NEXT: "title": "HELLO"
48 // HELLO-NEXT: },
49 // HELLO-NEXT: "pathComponents": [
50 // HELLO-NEXT: "HELLO"
51 // HELLO-NEXT: ]