Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5887 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
5888 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() local
6131 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()