Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp520 const Stmt *ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective() local
523 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()
534 ChildStmt = CGOpenMPRuntime::getSingleCompoundChild(Ctx, Body); in hasNestedSPMDDirective()
536 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective()
H A DCGOpenMPRuntime.cpp6283 const Stmt *ChildStmt = in getNumTeamsExprForTargetDirective() local
6286 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNumTeamsExprForTargetDirective()
9219 const Stmt *ChildStmt = in getNestedDistributeDirective() local
9223 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
9236 ChildStmt = CGOpenMPSIMDRuntime::getSingleCompoundChild(Ctx, Body); in getNestedDistributeDirective()
9238 dyn_cast_or_null<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1674 for (const auto *ChildStmt : CS->children()) { in FindInterveningCodeInLoop() local
1675 SourceLocation ChildStmtLoc = FindInterveningCodeInLoop(ChildStmt); in FindInterveningCodeInLoop()