Mercurial > hg > CbC > CbC_llvm
comparison tools/clang/test/Index/getcursor-preamble.m @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:95c75e76d11b |
---|---|
1 #include "getcursor-preamble.h" | |
2 | |
3 // RUN: c-index-test \ | |
4 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ | |
5 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ | |
6 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ | |
7 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \ | |
8 // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \ | |
9 // RUN: %s | FileCheck %s | |
10 | |
11 // RUN: env CINDEXTEST_EDITING=1 c-index-test \ | |
12 // RUN: -cursor-at=%S/getcursor-preamble.h:2:10 \ | |
13 // RUN: -cursor-at=%S/getcursor-preamble.h:3:9 \ | |
14 // RUN: -cursor-at=%S/getcursor-preamble.h:4:6 \ | |
15 // RUN: -cursor-at=%S/getcursor-preamble.h:5:8 \ | |
16 // RUN: -cursor-at=%S/getcursor-preamble.h:7:7 \ | |
17 // RUN: %s | FileCheck %s | |
18 | |
19 // CHECK: StructDecl=AA:2:10 | |
20 // CHECK: FieldDecl=x:3:9 | |
21 // CHECK: ObjCIvarDecl=aa:4:5 | |
22 // CHECK: ObjCIvarDecl=var:5:7 | |
23 // CHECK: ObjCInstanceMethodDecl=foo:7:6 |