Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
10639 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local10640 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()10641 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()10642 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()11249 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local11250 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()11251 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()11252 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()