Searched refs:BaseStmt (Results 1 – 2 of 2) 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()
9028 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local9029 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()9030 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()9031 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()9289 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local9290 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()9291 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()9292 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()