Lines Matching full:partial
1 // RUN: %clang_cc1 -emit-pch -std=c++1z -o %t.1.ast %S/Inputs/class-template-partial-spec1.cpp
2 // RUN: %clang_cc1 -emit-pch -std=c++1z -o %t.2.ast %S/Inputs/class-template-partial-spec2.cpp
12 // CHECK: class-template-partial-spec2.cpp:21:32: warning: external variable 'X1' declared with inc…
13 // CHECK: class-template-partial-spec1.cpp:21:31: note: declared here with type 'TwoOptionTemplate<…
15 // CHECK: class-template-partial-spec2.cpp:24:29: warning: external variable 'X4' declared with inc…
16 // CHECK: class-template-partial-spec1.cpp:24:33: note: declared here with type 'TwoOptionTemplate<…
18 // CHECK: class-template-partial-spec1.cpp:38:8: warning: type 'IntTemplateSpec<5, void *>' has inc…
19 // CHECK: class-template-partial-spec1.cpp:39:7: note: field 'member' has type 'int' here
20 // CHECK: class-template-partial-spec2.cpp:39:10: note: field 'member' has type 'double' here
22 // CHECK: class-template-partial-spec2.cpp:52:25: warning: external variable 'Y3' declared with inc…
23 // CHECK: class-template-partial-spec1.cpp:52:25: note: declared here with type 'IntTemplateSpec<3,…