Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9749 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
9750 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()
9751 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
9752 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()
10080 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local
10081 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()
10082 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
10083 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()