Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp259 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2744 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4138 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4157 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4218 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4258 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4293 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4327 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6546 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7810 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp369 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp10631 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h8948 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
8949 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
8951 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
8977 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
8992 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
9012 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
9020 return getAssociatedStmt(); in getRawStmt()
H A DStmtOpenMP.h520 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
521 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()
523 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
526 return Data->getAssociatedStmt(); in getAssociatedStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6951 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h8566 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8577 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3626 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3634 Visit(S->getAssociatedStmt()); in VisitSubCaptures()