Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
9749 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local9750 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()9751 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()9752 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()10080 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local10081 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()10082 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()10083 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()