Lines Matching full:path
5 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
6 // RUN: -I%S/Inputs/search-path-usage/a \
7 // RUN: -I%S/Inputs/search-path-usage/a_next \
8 // RUN: -I%S/Inputs/search-path-usage/b \
9 // RUN: -I%S/Inputs/search-path-usage/c \
10 // RUN: -I%S/Inputs/search-path-usage/d \
14 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/a'}} \
15 // expected-remark-re@#a-include-next {{search path used: '{{.*}}/search-path-usage/a_next'}}
17 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/d'}}
22 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
23 // RUN: -F%S/Inputs/search-path-usage/FwA \
24 // RUN: -F%S/Inputs/search-path-usage/FwB \
28 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/FwA'}}
33 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
34 // RUN: -isystem %S/Inputs/search-path-usage/b \
35 // RUN: -isystem %S/Inputs/search-path-usage/d \
39 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/b'}}
44 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
45 // RUN: -isysroot %S/Inputs/search-path-usage \
51 // expected-remark {{search path used: '/d'}}
56 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
57 // RUN: -I%S/Inputs/search-path-usage/b \
58 // RUN: -I%S/Inputs/search-path-usage/d \
62 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/b'}}
70 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
71 // RUN: -I%S/Inputs/search-path-usage/b \
72 // RUN: -I%S/Inputs/search-path-usage/d \
76 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/d'}}
81 // RUN: sed "s|DIR|%/S/Inputs/search-path-usage|g" \
82 // RUN: %S/Inputs/search-path-usage/b.hmap.json.template > %t/b.hmap.json
84 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
90 // expected-remark-re {{search path used: '{{.*}}/b.hmap'}}
95 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
97 // RUN: -I%S/Inputs/search-path-usage/d \
101 // expected-remark-re {{search path used: '{{.*}}/search-path-usage/d'}}
106 // RUN: sed "s|DIR|%/S/Inputs/search-path-usage/missing-subdir|g" \
107 // RUN: %S/Inputs/search-path-usage/b.hmap.json.template > %t/b-missing.hmap.json
109 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
115 // expected-remark-re {{search path used: '{{.*}}/b-missing.hmap'}} \
122 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
128 // expected-remark-re {{search path used: '{{.*}}/b-missing.hmap'}}
135 // RUN: sed "s|DIR|%/S/Inputs/search-path-usage|g" \
136 // RUN: %S/Inputs/search-path-usage/modulemap_abs/module.modulemap.template \
138 // RUN: %clang_cc1 -Eonly %s -Rsearch-path-usage \
139 // RUN: -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules \
141 // RUN: -I %S/Inputs/search-path-usage/a \