Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp1694 static Stmt *IgnoreContainerStmts(Stmt *S, bool IgnoreCaptured) { in IgnoreContainerStmts() function
1731 Stmt *CurStmt = IgnoreContainerStmts(AStmt, true); in CheckOpenMPLoop()
1738 CurStmt = IgnoreContainerStmts(cast<ForStmt>(CurStmt)->getBody(), false); in CheckOpenMPLoop()