Lines Matching refs:CC1
200 // RUN: c-index-test -code-completion-at=%s:23:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
201 // CHECK-CC1: {TypedText categoryClassMethod} (35)
202 // CHECK-CC1: {TypedText classMethod1:}{Placeholder (id)}{HorizontalSpace }{TypedText withKeyword:…
203 // CHECK-CC1: {TypedText classMethod2} (35)
204 // CHECK-CC1: {TypedText instanceMethod1} (35)
205 // CHECK-CC1: {TypedText new} (35)
206 // CHECK-CC1: {TypedText protocolClassMethod} (37)
207 // CHECK-CC1: Completion contexts:
208 // CHECK-CC1-NEXT: Objective-C class method
209 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
210 // CHECK-CC1-NEXT: Container is complete
211 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Foo