You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
861 B
23 lines
861 B
#include "getcursor-preamble.h" |
|
|
|
// RUN: c-index-test \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \ |
|
// RUN: %s | FileCheck %s |
|
|
|
// RUN: env CINDEXTEST_EDITING=1 c-index-test \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \ |
|
// RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \ |
|
// RUN: %s | FileCheck %s |
|
|
|
// CHECK: StructDecl=AA:2:10 |
|
// CHECK: FieldDecl=x:3:9 |
|
// CHECK: ObjCIvarDecl=aa:4:5 |
|
// CHECK: ObjCIvarDecl=var:5:7 |
|
// CHECK: ObjCInstanceMethodDecl=foo:7:6
|
|
|