Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
5606 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local5607 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()5608 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()5609 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()5865 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local5866 while (CapturedStmt *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()5867 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()5868 if (auto C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()