Searched refs:CC1 (Results 1 – 25 of 140) sorted by relevance
123456
10 …time=macosx-10.4 -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-NOWEAK …11 …lang -fobjc-weak -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-WEAK %s12 // CHECK-CC1: {TypedText assign}13 // CHECK-CC1-NEXT: {TypedText atomic}14 // CHECK-CC1-NEXT: {TypedText copy}15 // CHECK-CC1-NEXT: {TypedText getter}{Text =}{Placeholder method}16 // CHECK-CC1-NEXT: {TypedText nonatomic}17 // CHECK-CC1: {TypedText nonnull}18 // CHECK-CC1-NEXT: {TypedText null_resettable}19 // CHECK-CC1-NEXT: {TypedText null_unspecified}[all …]
55 // RUN: c-index-test -code-completion-at=%s:39:3 %s | FileCheck -check-prefix=CHECK-CC1 %s56 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText addMutableArr…57 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText addMutableSet…58 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText arrayPro…59 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText arrayPro…60 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text BOOL}{RightParen )}{TypedText boolProperty}…61 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText boolProp…62 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…63 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…64 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSUInteger}{RightParen )}{TypedText countOf…[all …]
13 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t14 // CHECK-CC1: Completion contexts:15 // CHECK-CC1-NEXT: Natural language16 // CHECK-CC1-NEXT: DONE19 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t22 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t25 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t28 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t31 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t34 // RUN: FileCheck -check-prefix=CHECK-CC1 %s < %t[all …]
9 …ode-completion-at=%s:4:4 %s -fobjc-arc -fobjc-nonfragile-abi | FileCheck -check-prefix=CHECK-CC1 %s10 // CHECK-CC1: macro definition:{TypedText __autoreleasing} (70)11 // CHECK-CC1: NotImplemented:{TypedText __bridge}{HorizontalSpace }{Placeholder type}{RightParen )…12 // CHECK-CC1: NotImplemented:{TypedText __bridge_retained}{HorizontalSpace }{Placeholder CF type}{…13 // CHECK-CC1: NotImplemented:{TypedText __bridge_transfer}{HorizontalSpace }{Placeholder Objective…14 // CHECK-CC1: macro definition:{TypedText __strong} (70)15 // CHECK-CC1: macro definition:{TypedText __unsafe_unretained} (70)16 // CHECK-CC1: macro definition:{TypedText __weak} (70)
16 // RUN: c-index-test -code-completion-at=%s:4:2 %s | FileCheck -check-prefix=CHECK-CC1 %s17 // CHECK-CC1: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40)18 // CHECK-CC1-NEXT: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro}{LeftPare…19 // CHECK-CC1-NEXT: NotImplemented:{TypedText error}{HorizontalSpace }{Placeholder message} (40)20 // CHECK-CC1-NEXT: NotImplemented:{TypedText if}{HorizontalSpace }{Placeholder condition} (40)21 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40)22 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40)23 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text "}{Placeholder header}…24 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text <}{Placeholder header}…25 // CHECK-CC1-NEXT: NotImplemented:{TypedText include}{HorizontalSpace }{Text "}{Placeholder header…[all …]
20 // RUN: c-index-test -code-completion-at=%s:13:2 %s | FileCheck -check-prefix=CHECK-CC1 %s21 // CHECK-CC1: NotImplemented:{ResultType NSString *}{TypedText @"}{Placeholder string}{Text "} (40)22 // CHECK-CC1: NotImplemented:{ResultType id}{TypedText @(}{Placeholder expression}{RightParen )} (4…23 // CHECK-CC1: NotImplemented:{ResultType NSArray *}{TypedText @[}{Placeholder objects, ...}{RightBr…24 // CHECK-CC1: NotImplemented:{ResultType NSDictionary *}{TypedText @{}{Placeholder key}{Colon :}{Ho…25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80)26 // CHECK-CC1: TypedefDecl:{TypedText BOOL} (50)27 // CHECK-CC1: macro definition:{TypedText bool} (51)28 // CHECK-CC1: macro definition:{TypedText NO} (65)29 // CHECK-CC1: NotImplemented:{ResultType A *}{TypedText self} (34)[all …]
45 // RUN: c-index-test -code-completion-at=%s:21:7 %s | FileCheck -check-prefix=CHECK-CC1 %s46 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1}47 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText ProtoProp}48 // CHECK-CC1: Completion contexts:49 // CHECK-CC1-NEXT: Objective-C property access50 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl51 // CHECK-CC1-NEXT: Container is complete52 // CHECK-CC1-NEXT: Container USR: c:objc(cs)Int
19 …_PATTERNS=1 c-index-test -code-completion-at=%s:9:20 %s 2>%t | FileCheck -check-prefix=CHECK-CC1 %s21 // CHECK-CC1: NotImplemented:{ResultType char[]}{TypedText @encode}{LeftParen (}{Placeholder type-n…22 // CHECK-CC1-NOT: NotImplemented:{TypedText _Bool}23 // CHECK-CC1: VarDecl:{ResultType A *}{TypedText a}24 // CHECK-CC1: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder express…27 …index-test -code-completion-at=%s:9:20 %s -fms-compatibility | FileCheck -check-prefix=CHECK-CC1 %s
22 …MPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:9:4 %s | FileCheck -check-prefix=CHECK-CC1 %s23 // CHECK-CC1: {TypedText encode}{LeftParen (}{Placeholder type-name}{RightParen )}24 // CHECK-CC1: {TypedText protocol}{LeftParen (}{Placeholder protocol-name}{RightParen )}25 // CHECK-CC1: {TypedText selector}{LeftParen (}{Placeholder selector}{RightParen )}26 // CHECK-CC1: {TypedText synchronized}{HorizontalSpace }{LeftParen (}{Placeholder expression}{Righ…27 // CHECK-CC1: {TypedText throw}{HorizontalSpace }{Placeholder expression}28 // CHECK-CC1: {TypedText try}{LeftBrace {}{Placeholder statements}{RightBrace }}{Text @catch}{LeftP…
22 // RUN: c-index-test -code-completion-at=%s:6:12 %s | FileCheck -check-prefix=CHECK-CC1 %s23 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int1}24 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int2}25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}26 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int4}
16 // RUN: c-index-test -code-completion-at=%s:4:3 %s | FileCheck -check-prefix=CHECK-CC1 %s17 // CHECK-CC1: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (40)18 // CHECK-CC1-NEXT: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro}{LeftPare…19 // CHECK-CC1-NEXT: NotImplemented:{TypedText error}{HorizontalSpace }{Placeholder message} (40)20 // CHECK-CC1-NEXT: NotImplemented:{TypedText if}{HorizontalSpace }{Placeholder condition} (40)21 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifdef}{HorizontalSpace }{Placeholder macro} (40)22 // CHECK-CC1-NEXT: NotImplemented:{TypedText ifndef}{HorizontalSpace }{Placeholder macro} (40)23 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text "}{Placeholder header}…24 // CHECK-CC1-NEXT: NotImplemented:{TypedText import}{HorizontalSpace }{Text <}{Placeholder header}…25 // CHECK-CC1-NEXT: NotImplemented:{TypedText include}{HorizontalSpace }{Text "}{Placeholder header…[all …]
39 // RUN: c-index-test -code-completion-at=%s:34:8 %s | FileCheck -check-prefix=CHECK-CC1 %s40 // RUN: c-index-test -code-completion-at=%s:35:33 %s | FileCheck -check-prefix=CHECK-CC1 %s41 // RUN: c-index-test -code-completion-at=%s:36:21 %s | FileCheck -check-prefix=CHECK-CC1 %s42 //CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText barBlock}{LeftParen (}{Placeholder int *}{…43 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void}{TypedText block}{LeftParen (}{RightParen )} (3…44 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void (^)()}{TypedText block}{Equal = }{Placeholder …45 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType Foo}{TypedText blocker}{LeftParen (}{Placeholder int…46 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType Foo (^)(int, Foo, FooBlock)}{TypedText blocker}{Equa…47 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText foo} (35)48 //CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void}{TypedText fooBlock}{LeftParen (}{Placeholder F…[all …]
33 // RUN: c-index-test -code-completion-at=%s:27:8 %s | FileCheck -check-prefix=CHECK-CC1 %s34 // RUN: c-index-test -code-completion-at=%s:28:27 %s | FileCheck -check-prefix=CHECK-CC1 %s35 // RUN: c-index-test -code-completion-at=%s:29:22 %s | FileCheck -check-prefix=CHECK-CC1 %s36 // RUN: c-index-test -code-completion-at=%s:30:9 %s | FileCheck -check-prefix=CHECK-CC1 %s37 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText foo} (37)38 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType Obj *}{TypedText obj} (35)39 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void}{TypedText onAction}{LeftParen (}{Placeholder …40 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void (^)(Obj *)}{TypedText onAction}{Equal = }{Pla…41 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType void}{TypedText onEventHandler}{LeftParen (}{Placeh…42 // CHECK-CC1-NEXT: ObjCPropertyDecl:{ResultType FooBlock}{TypedText onEventHandler}{Equal = }{Plac…[all …]
17 // RUN: c-index-test -code-completion-at=%s:9:11 %s | FileCheck -check-prefix=CHECK-CC1 %s18 // CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1}19 // CHECK-CC1-NEXT: ObjCProtocolDecl:{TypedText Protocol2}27 …LETION_CACHING=1 c-index-test -code-completion-at=%s:9:11 %s | FileCheck -check-prefix=CHECK-CC1 %s
26 …clang_cc1 -fsyntax-only -code-completion-at=%s:23:19 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s27 // CHECK-CC1: categoryClassMethod28 // CHECK-CC1: classMethod1:withKeyword:29 // CHECK-CC1: classMethod230 // CHECK-CC1: new31 // CHECK-CC1: protocolClassMethod
18 …-completion-with-fixits -code-completion-at=%s:14:19 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s19 // CHECK-CC1-NOT: [#int#]_bar20 // CHECK-CC1-NOT: [#int#]_foo21 // CHECK-CC1: [#int#]bar22 // CHECK-CC1: [#int#]foo