Lines Matching full:ccf
136 // RUN: c-index-test -code-completion-at=%s:60:4 %s | FileCheck -check-prefix=CHECK-CCF %s
137 // CHECK-CCF: ObjCInterfaceDecl:{TypedText A} (50)
138 // CHECK-CCF: ObjCInterfaceDecl:{TypedText B} (50)
139 // CHECK-CCF: NotImplemented:{TypedText bycopy} (40)
140 // CHECK-CCF: NotImplemented:{TypedText byref} (40)
141 // CHECK-CCF: NotImplemented:{TypedText in} (40)
142 // CHECK-CCF: NotImplemented:{TypedText inout} (40)
143 // CHECK-CCF: NotImplemented:{TypedText oneway} (40)
144 // CHECK-CCF: NotImplemented:{TypedText out} (40)
145 // CHECK-CCF: NotImplemented:{TypedText unsigned} (50)
146 // CHECK-CCF: NotImplemented:{TypedText void} (50)
147 // CHECK-CCF: NotImplemented:{TypedText volatile} (50)
160 // RUN: c-index-test -code-completion-at=%s:60:24 %s | FileCheck -check-prefix=CHECK-CCF %s