Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp255 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2608 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
3900 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
3921 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
3982 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4024 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4061 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4097 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
5921 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7120 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
[all …]
DCGOpenMPRuntimeGPU.cpp371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
DCGOpenMPRuntime.cpp10671 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
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()
DOpenMPClause.h8622 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
8623 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
8625 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
8651 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
8666 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
8686 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
8694 return getAssociatedStmt(); in getRawStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6722 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h8460 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8471 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
DSemaOpenMP.cpp3427 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3435 Visit(S->getAssociatedStmt()); in VisitSubCaptures()