Searched refs:IgnoreContainers (Results 1 – 7 of 7) sorted by relevance
787 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()960 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedLightweightDirective()972 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()984 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()996 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1017 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1981 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
8128 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
3992 const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers(); in EmitOMPAtomicDirective()
1081 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in alignas()1082 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const { in alignas()1083 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured); in alignas()
962 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in getBody()965 Body = Body->IgnoreContainers(); in getBody()
147 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
5144 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in checkOpenMPLoop()5157 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()5178 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()7001 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()