Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp260 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2802 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4196 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4215 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4276 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4316 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4351 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4385 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6595 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
8020 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp340 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp9835 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h9019 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
9020 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
9022 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
9046 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
9061 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
9081 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
9089 return getAssociatedStmt(); in getRawStmt()
H A DStmtOpenMP.h534 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
535 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()
537 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
540 return Data->getAssociatedStmt(); in getAssociatedStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8834 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8845 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3703 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3712 Visit(S->getAssociatedStmt()); in VisitSubCaptures()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7324 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()