Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
4230 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local4231 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()4232 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()4233 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()4487 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local4488 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()4489 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()4490 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()