Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance
10448 auto BaseStmt = AStmt; in checkSectionsDirective() local10449 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in checkSectionsDirective()10450 BaseStmt = CS->getCapturedStmt(); in checkSectionsDirective()10451 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in checkSectionsDirective()