1 | void ff() { |
---|---|
2 | struct Foo {}; |
3 | } |
4 | |
5 | // RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s |
6 | // CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10 |
1 | void ff() { |
---|---|
2 | struct Foo {}; |
3 | } |
4 | |
5 | // RUN: env CINDEXTEST_INDEXLOCALSYMBOLS=1 c-index-test -index-file %s | FileCheck %s |
6 | // CHECK: [indexDeclaration]: kind: struct | name: Foo | {{.*}} | loc: 2:10 |