Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9783 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
9784 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() local
10115 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()