Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp10399 auto BaseStmt = AStmt; in ActOnOpenMPSectionsDirective() local
10400 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPSectionsDirective()
10401 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
10402 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPSectionsDirective()
11009 auto BaseStmt = AStmt; in ActOnOpenMPParallelSectionsDirective() local
11010 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in ActOnOpenMPParallelSectionsDirective()
11011 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
11012 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in ActOnOpenMPParallelSectionsDirective()