Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h724 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
727 Body = Body->IgnoreContainers(); in getBody()
DStmt.h393 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in LLVM_ALIGNAS()
/external/clang/lib/AST/
DStmt.cpp116 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/external/clang/lib/Sema/
DSemaOpenMP.cpp4963 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()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3219 S.getAssociatedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in EmitOMPAtomicDirective()