Lines Matching full:check
6 // CHECK: FunctionDecl{{.*}}TestBlockExpr
7 // CHECK: BlockExpr{{.*}} 'void (^)(void)'
8 // CHECK-NEXT: BlockDecl
13 // CHECK: FunctionDecl{{.*}}TestExprWithCleanup
14 // CHECK: ExprWithCleanups
15 // CHECK-NEXT: cleanup Block
16 // CHECK-NEXT: BlockExpr
28 // CHECK: FunctionDecl{{.*}}TestObjCAtCatchStmt
29 // CHECK: ObjCAtTryStmt
30 // CHECK-NEXT: CompoundStmt
31 // CHECK-NEXT: ObjCAtCatchStmt{{.*}}
32 // CHECK-NEXT: VarDecl{{.*}}a
33 // CHECK-NEXT: CompoundStmt
34 // CHECK-NEXT: ObjCAtCatchStmt{{.*}} catch all
35 // CHECK-NEXT: CompoundStmt
36 // CHECK-NEXT: ObjCAtFinallyStmt