Home | History | Annotate | Download | only in Index

Lines Matching full:cc5

63 // RUN: c-index-test -code-completion-at=%s:14:5 %s | FileCheck -check-prefix=CHECK-CC5 %s
64 // CHECK-CC5: NotImplemented:{TypedText const} (50)
65 // CHECK-CC5: NotImplemented:{TypedText double} (50)
66 // CHECK-CC5: NotImplemented:{TypedText enum} (50)
67 // CHECK-CC5: NotImplemented:{TypedText extern} (40)
68 // CHECK-CC5: NotImplemented:{TypedText float} (50)
69 // CHECK-CC5: macro definition:{TypedText FOO}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (70)
70 // CHECK-CC5: TypedefDecl:{TypedText id} (50)
71 // CHECK-CC5: NotImplemented:{TypedText inline} (40)
72 // CHECK-CC5: NotImplemented:{TypedText int} (50)
73 // CHECK-CC5: NotImplemented:{TypedText long} (50)
80 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=%s:14:5 %s | FileCheck -check-prefix=CHECK-CC5 %s