Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h515 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
516 return const_cast<OMPExecutableDirective *>(this)->getAssociatedStmt(); in getAssociatedStmt()
518 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
521 return Data->getAssociatedStmt(); in getAssociatedStmt()
H A DOpenMPClause.h8514 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
8515 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
8517 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
8543 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
8558 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
8578 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
8586 return getAssociatedStmt(); in getRawStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp253 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
3874 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
3895 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
3956 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
3998 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4035 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4071 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
5888 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7087 if (!D.hasAssociatedStmt() || !D.getAssociatedStmt()) in EmitSimpleOMPExecutableDirective()
7152 EmitStmt(D.getAssociatedStmt()); in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntimeGPU.cpp371 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp10478 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8437 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
8448 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3427 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3435 Visit(S->getAssociatedStmt()); in VisitSubCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6715 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()