repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeCompletion
/
preamble.c
blob
7a4df05cc3648c6bd9d28099cee96650c85f63a6
1
#include
"some_struct.h"
2
void
foo
() {
3
struct
X x
;
4
x
.
5
6
// RUN: env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=%s:%(line-2):5 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s
7
// CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35)