Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
9783 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local9784 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()9785 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()9786 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()10114 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local10115 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()10116 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()10117 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()