Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
5887 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local5888 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()5889 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()5890 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()6130 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local6131 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()6132 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()6133 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()