Lines Matching refs:CC1
192 // RUN: c-index-test -code-completion-at=%s:23:19 %s | FileCheck -check-prefix=CHECK-CC1 %s
193 // CHECK-CC1: {TypedText categoryClassMethod} (35)
194 // CHECK-CC1: {TypedText classMethod1:}{Placeholder (id)}{HorizontalSpace }{TypedText withKeyword:…
195 // CHECK-CC1: {TypedText classMethod2} (35)
196 // CHECK-CC1: {TypedText instanceMethod1} (35)
197 // CHECK-CC1: {TypedText new} (35)
198 // CHECK-CC1: {TypedText protocolClassMethod} (37)
199 // CHECK-CC1: Completion contexts:
200 // CHECK-CC1-NEXT: Objective-C class method
201 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl
202 // CHECK-CC1-NEXT: Container is complete
203 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Foo