Home | History | Annotate | Download | only in CodeCompletion
      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:4:5 -Xclang -code-completion-patterns  %s | FileCheck -check-prefix=CHECK-CC1 %s
      7 // CHECK-CC1: FieldDecl:{ResultType int}{TypedText m} (35)
      8