Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
10316 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local10317 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()10318 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()10319 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()10926 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local10927 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()10928 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()10929 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()