Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp787 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()
798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
960 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedLightweightDirective()
972 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
984 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
996 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1017 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1981 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp8128 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
H A DCGStmtOpenMP.cpp3992 const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers(); in EmitOMPAtomicDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1081 Stmt *IgnoreContainers(bool IgnoreCaptured = false); in alignas()
1082 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const { in alignas()
1083 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured); in alignas()
H A DStmtOpenMP.h962 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in getBody()
965 Body = Body->IgnoreContainers(); in getBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp147 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5144 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in checkOpenMPLoop()
5157 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()
5178 CurStmt = cast<ForStmt>(CurStmt)->getBody()->IgnoreContainers(); in checkOpenMPLoop()
7001 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()