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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1195 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1196 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const { function
1197 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp730 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
741 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
928 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
943 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
956 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
969 Body = NND->getInnermostCapturedStmt()->IgnoreContainers(
993 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
2032 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(
H A DCGStmtOpenMP.cpp161 S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
1751 const Stmt *SimplifiedS = S->IgnoreContainers();
1835 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
5362 const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers();
H A DCGOpenMPRuntime.cpp6420 const Stmt *Child = Body->IgnoreContainers();
6458 Child = Child->IgnoreContainers();
6485 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
8781 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
8793 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers(
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp134 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { function in class:Stmt
H A DStmtOpenMP.cpp47 CurStmt = CurStmt->IgnoreContainers();
70 S = S->IgnoreContainers();
91 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8057 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true);
10196 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true);

Completed in 240 milliseconds