Searched refs:IgnoreContainers (Results 1 – 5 of 5) sorted by relevance
724 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()727 Body = Body->IgnoreContainers(); in getBody()
393 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in LLVM_ALIGNAS()
116 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
4963 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in CheckOpenMPLoop()4975 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in CheckOpenMPLoop()6717 auto S = AStmt->IgnoreContainers(/*IgnoreCaptured*/ true); in ActOnOpenMPTargetDirective()
3219 S.getAssociatedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in EmitOMPAtomicDirective()