Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
10399 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local10400 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()10401 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()10402 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()11009 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local11010 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()11011 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()11012 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()