Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10448 auto BaseStmt = AStmt; in checkSectionsDirective() local
10449 while (auto *CS = dyn_cast_or_null<CapturedStmt>(BaseStmt)) in checkSectionsDirective()
10450 BaseStmt = CS->getCapturedStmt(); in checkSectionsDirective()
10451 if (auto *C = dyn_cast_or_null<CompoundStmt>(BaseStmt)) { in checkSectionsDirective()