Searched refs:IgnoreContainers (Results 1 – 5 of 5) sorted by relevance
648 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()651 Body = Body->IgnoreContainers(); in getBody()
381 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in LLVM_ALIGNAS()
116 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
3671 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in CheckOpenMPLoop()3683 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in CheckOpenMPLoop()5326 auto S = AStmt->IgnoreContainers(/*IgnoreCaptured*/ true); in ActOnOpenMPTargetDirective()
2519 S.getAssociatedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in EmitOMPAtomicDirective()