Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1249 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in alignas()
1250 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const { in alignas()
1251 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured); in alignas()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp81 CurStmt = CurStmt->IgnoreContainers(); in tryToFindNextInnerLoop()
107 S = S->IgnoreContainers(); in tryToFindNextInnerLoop()
130 CurStmt = CurStmt->IgnoreContainers(); in doForAllLoops()
H A DStmt.cpp196 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp553 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()
564 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
938 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp6138 const Stmt *Child = Body->IgnoreContainers(); in getSingleCompoundChild()
6173 Child = Child->IgnoreContainers(); in getSingleCompoundChild()
6189 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNumTeamsExprForTargetDirective()
9308 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
9320 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
H A DCGStmtOpenMP.cpp1845 const Stmt *SimplifiedS = S->IgnoreContainers(); in emitBody()
1933 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9574 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
12971 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()
14628 AStmt->IgnoreContainers(), /*TryImperfectlyNestedLoops=*/false, NumLoops, in checkTransformableLoopNest()