26 // RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-preprocessing-record
27 // RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-PARSE %s
28 // RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-preprocessing-record | FileCheck -check-prefix=CHECK-INDEX %s
30 // CHECK-PARSE: pch-with-errors.m:{{.*}} FunctionDecl=foo
31 // CHECK-PARSE: pch-with-errors.m:{{.*}} ObjCMessageExpr=meth
33 // CHECK-INDEX: [indexDeclaration]: kind: function | name: foo
34 // CHECK-INDEX: [indexEntityReference]: kind: objc-instance-method | name: meth