Searched refs:IgnoreContainerStmts (Results 1 – 1 of 1) sorted by relevance
1694 static Stmt *IgnoreContainerStmts(Stmt *S, bool IgnoreCaptured) { in IgnoreContainerStmts() function1731 Stmt *CurStmt = IgnoreContainerStmts(AStmt, true); in CheckOpenMPLoop()1738 CurStmt = IgnoreContainerStmts(cast<ForStmt>(CurStmt)->getBody(), false); in CheckOpenMPLoop()