summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/Inputs/fake_yaml_db.yaml
blob: b55e4627db91cbd7568ac41afd661ae951a28975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
Name:           foo
Contexts:
  - ContextType:     Namespace
    ContextName:     a
  - ContextType:     Namespace
    ContextName:     b
FilePath:        foo.h
LineNumber:      1
Type:            Class
Seen:            1
Used:            0
---
Name:           bar
Contexts:
  - ContextType:     Namespace
    ContextName:     a
  - ContextType:     Namespace
    ContextName:     b
FilePath:        ../include/bar.h
LineNumber:      1
Type:            Class
Seen:            1
Used:            0
---
Name:           bar
Contexts:
  - ContextType:     Namespace
    ContextName:     a
  - ContextType:     Namespace
    ContextName:     b
FilePath:        ../include/bar.h
LineNumber:      2
Type:            Class
Seen:            3
Used:            0
---
Name:           bar
Contexts:
  - ContextType:     Namespace
    ContextName:     a
  - ContextType:     Namespace
    ContextName:     b
FilePath:        ../include/zbar.h
LineNumber:      1
Type:            Class
Seen:            3
Used:            0
---
Name:           b
Contexts:
FilePath:        var.h
LineNumber:      1
Type:            Variable
Seen:            1
Used:            0
---
Name:            bar
Contexts:
  - ContextType:    Namespace
    ContextName:    c
FilePath:        test/include-fixer/baz.h
LineNumber:      1
Type:            Class
Seen:            1
Used:            0
OpenPOWER on IntegriCloud