blob: 9b709ccc0c9866ebd4f2d88a9d00d840cc1c7cf6 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang-cc -emit-pch %S/t1.m -o %t1.m.ast
2// RUN: clang-cc -emit-pch %S/t2.m -o %t2.m.ast
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +00003
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00004// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/objc.h:5:13 -print-refs > %t
5// RUN: cat %t | count 1
6// RUN: grep 't1.m:6:3,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +00007
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00008// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/objc.h:6:13 -print-refs > %t
9// RUN: cat %t | count 2
10// RUN: grep 't1.m:7:3,' %t
11// RUN: grep 't2.m:7:3,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000012
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000013// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/objc.h:10:13 -print-refs > %t
14// RUN: cat %t | count 2
15// RUN: grep 't1.m:6:3,' %t
16// RUN: grep 't2.m:6:3,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000017
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000018// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/t1.m:6:15 -print-decls > %t
19// RUN: cat %t | count 6
20// RUN: grep 'objc.h:5:1,' %t | count 2
21// RUN: grep 'objc.h:10:1,' %t | count 2
22// RUN: grep 't1.m:15:1,' %t
23// RUN: grep 't2.m:11:1,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000024
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000025// RUN: index-test %t1.m.ast %t2.m.ast -point-at %S/t1.m:7:15 -print-decls > %t
26// RUN: cat %t | count 3
27// RUN: grep 'objc.h:6:1,' %t | count 2
28// RUN: grep 't1.m:18:1,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000029
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000030// RUN: index-test %t2.m.ast %t1.m.ast -point-at %S/t2.m:6:15 -print-decls > %t
31// RUN: cat %t | count 3
32// RUN: grep 'objc.h:10:1,' %t | count 2
33// RUN: grep 't2.m:11:1,' %t
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000034
Daniel Dunbar4fcfde42009-11-08 01:45:36 +000035// RUN: index-test %t2.m.ast %t1.m.ast -point-at %S/t2.m:7:15 -print-decls > %t
36// RUN: cat %t | count 3
37// RUN: grep 'objc.h:6:1,' %t | count 2
Argyrios Kyrtzidis19b732a2009-07-30 00:03:55 +000038// RUN: grep 't1.m:18:1,' %t