Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBranchCloneCheck.cpp84 if (areStatementsIdentical(Then->IgnoreContainers(), in check()
85 Else->IgnoreContainers(), Context)) { in check()
126 !areStatementsIdentical(Branches[i]->IgnoreContainers(), in check()
127 Branches[j]->IgnoreContainers(), Context)) in check()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp623 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedSPMDDirective()
634 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
821 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in hasNestedLightweightDirective()
836 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
849 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
862 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
886 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1607 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
DCGStmtOpenMP.cpp162 S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in emitPreInitStmt()
1761 const Stmt *SimplifiedS = S->IgnoreContainers(); in emitBody()
1845 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in EmitOMPLoopBody()
DCGOpenMPRuntime.cpp6500 const Stmt *Child = Body->IgnoreContainers(); in getSingleCompoundChild()
6538 Child = Child->IgnoreContainers(); in getSingleCompoundChild()
6565 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in emitNumTeamsForTargetDirective()
9409 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true); in getNestedDistributeDirective()
9421 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
/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/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp80 CurStmt = CurStmt->IgnoreContainers(); in tryToFindNextInnerLoop()
103 S = S->IgnoreContainers(); in tryToFindNextInnerLoop()
123 Stmt *Body = Data->getRawStmt()->IgnoreContainers(); in getBody()
DStmt.cpp195 Stmt *Stmt::IgnoreContainers(bool IgnoreCaptured) { in IgnoreContainers() function in Stmt
/external/llvm-project/clang/include/clang/AST/
DStmt.h1229 Stmt *IgnoreContainers(bool IgnoreCaptured = false);
1230 const Stmt *IgnoreContainers(bool IgnoreCaptured = false) const {
1231 return const_cast<Stmt *>(this)->IgnoreContainers(IgnoreCaptured);
/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()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8202 Stmt *CurStmt = AStmt->IgnoreContainers(/* IgnoreCaptured */ true); in checkOpenMPLoop()
10332 const Stmt *S = CS->IgnoreContainers(/*IgnoreCaptured=*/true); in ActOnOpenMPTargetDirective()