blob: ee1b41376bb8962ae60b9b636176948e39d02922 [file] [log] [blame]
Douglas Gregorf62d43d2011-07-19 16:10:42 +00001template void foo(int *);
2
3int main() { }
4
Francois Pichet8efcc012011-09-01 16:38:08 +00005// RUN: c-index-test -write-pch %t.pch -fno-delayed-template-parsing -x c++-header %S/Inputs/preamble_macro_template.h
6// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 local -fno-delayed-template-parsing -I %S/Inputs -include %t %s | FileCheck %s
Douglas Gregorf62d43d2011-07-19 16:10:42 +00007// CHECK: preamble_macro_template.h:4:6: FunctionDecl=foo:4:6 (Definition) [Specialization of foo:4:6] Extent=[4:1 - 6:2]
8// CHECK: preamble_macro_template.h:4:13: ParmDecl=p:4:13 (Definition) Extent=[4:10 - 4:14]
Douglas Gregor42b29842011-10-05 19:00:14 +00009// CHECK: preamble_macro_template.h:4:16: CompoundStmt= Extent=[4:16 - 6:2]
10// CHECK: preamble_macro_template.h:5:3: CStyleCastExpr= Extent=[5:3 - 5:27]
11// CHECK: preamble_macro_template.h:1:21: CXXStaticCastExpr= Extent=[1:21 - 5:27]
Douglas Gregorf62d43d2011-07-19 16:10:42 +000012// CHECK: preamble_macro_template.h:5:25: UnexposedExpr= Extent=[5:25 - 5:26]
Douglas Gregor42b29842011-10-05 19:00:14 +000013// CHECK: preamble_macro_template.h:5:25: IntegerLiteral= Extent=[5:25 - 5:26]
Douglas Gregorf62d43d2011-07-19 16:10:42 +000014// CHECK: preamble_macro_template.cpp:3:5: FunctionDecl=main:3:5 (Definition) Extent=[3:1 - 3:15]
Douglas Gregor42b29842011-10-05 19:00:14 +000015// CHECK: preamble_macro_template.cpp:3:12: CompoundStmt= Extent=[3:12 - 3:15]