Home
last modified time | relevance | path

Searched refs:BaseStmt (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10639 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
10640 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()
10641 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
10642 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()
11249 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local
11250 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()
11251 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
11252 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()