Searched refs:CC1 (Results 1 – 25 of 66) sorted by relevance
123
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}
8 …MPLETE_PATTERNS=1 c-index-test -code-completion-at=%s:2:2 %s | FileCheck -check-prefix=CHECK-CC1 %s9 // CHECK-CC1: {TypedText class}{HorizontalSpace }{Placeholder name}10 // CHECK-CC1: {TypedText compatibility_alias}{HorizontalSpace }{Placeholder alias}{HorizontalSpace…11 // CHECK-CC1: {TypedText implementation}{HorizontalSpace }{Placeholder class}12 // CHECK-CC1: {TypedText interface}{HorizontalSpace }{Placeholder class}13 // CHECK-CC1: {TypedText protocol}{HorizontalSpace }{Placeholder protocol}
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
20 …N: c-index-test -code-completion-at=%s:10:7 -include %t.h %s | FileCheck -check-prefix=CHECK-CC1 %s21 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod1:}{Placeholder (double)}22 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod2:}{Placeholder (float)}23 // CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod3:}{Placeholder (float)}
35 …-completion-at=%s:16:11 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC1 %s36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32)37 // CHECK-CC1: ParmDecl:{ResultType enum Color}{TypedText color} (17)38 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{R…39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int…40 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (32)41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32)42 // CHECK-CC1: VarDecl:{ResultType int}{TypedText i} (8)43 // CHECK-CC1: ParmDecl:{ResultType int}{TypedText integer} (8)44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)[all …]
59 // RUN: c-index-test -code-completion-at=%s:20:13 %s | FileCheck -check-prefix=CHECK-CC1 %s60 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop0}61 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop1}62 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText Prop2}63 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop3}64 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop4}
22 // RUN: c-index-test -code-completion-at=%s:12:16 %s | FileCheck -check-prefix=CHECK-CC1 %s23 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat1}24 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat2}25 // CHECK-CC1: ObjCCategoryDecl:{TypedText Cat3}
22 // RUN: c-index-test -code-completion-at=%s:13:21 %s | FileCheck -check-prefix=CHECK-CC1 %s23 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1}24 // CHECK-CC1-NOT: getter225 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3}
50 // RUN: c-index-test -code-completion-at=%s:24:14 %s | FileCheck -check-prefix=CHECK-CC1 %s51 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease}52 // CHECK-CC1-NOT: B_method53 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain}
25 // RUN: c-index-test -code-completion-at=%s:14:6 -std=c++11 %s | FileCheck -check-prefix=CHECK-CC1 …26 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{…42 … -code-completion-at=%s:18:10 -x objective-c++ -std=c++11 %s | FileCheck -check-prefix=CHECK-CC1 %s
200 // RUN: c-index-test -code-completion-at=%s:23:19 %s | FileCheck -check-prefix=CHECK-CC1 %s201 // 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 method209 // CHECK-CC1-NEXT: Container Kind: ObjCInterfaceDecl[all …]
53 // RUN: c-index-test -code-completion-at=%s:8:1 %s | FileCheck -check-prefix=CHECK-CC1 %s54 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText f}{LeftParen (}{Placeholder ^int(int x, int …55 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText g}{LeftParen (}{Placeholder ^(float f, doubl…
39 // RUN: c-index-test -code-completion-at=%s:7:19 %s | FileCheck -check-prefix=CHECK-CC1 %s40 // CHECK-CC1-NOT: NotImplemented:{TypedText extern} (40)41 // CHECK-CC1: NotImplemented:{TypedText param1} (40)
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
41 …-fsyntax-only -std=c++11 -code-completion-at=%s:33:7 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s42 // CHECK-CC1: categoryInstanceMethod : [#id#]categoryInstanceMethod43 // CHECK-CC1: instanceMethod1 : [#id#]instanceMethod144 // CHECK-CC1: protocolInstanceMethod : [#id#]protocolInstanceMethod
293 while (my ($filefuncname, $CC1) = each(%$CCs1)) {297 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1300 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1