Home | History | Annotate | Download | only in Index

Lines Matching full:cc10

130 // RUN: c-index-test -code-completion-at=%s:18:7 %s | FileCheck -check-prefix=CHECK-CC10 %s
131 // CHECK-CC10: FunctionDecl:{ResultType int}{TypedText main}{LeftParen (}{RightParen )} (12)
132 // CHECK-CC10: Completion contexts:
133 // CHECK-CC10-NEXT: Any type
134 // CHECK-CC10-NEXT: Any value
135 // CHECK-CC10-NEXT: Enum tag
136 // CHECK-CC10-NEXT: Union tag
137 // CHECK-CC10-NEXT: Struct tag
138 // CHECK-CC10-NEXT: Class name
139 // CHECK-CC10-NEXT: Nested name specifier
140 // CHECK-CC10-NEXT: Objective-C interface