Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h95 Stmt *getAssociatedStmt() { return AssociatedStmt; } in getAssociatedStmt() function
96 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
98 ->getAssociatedStmt(); in getAssociatedStmt()
107 if (getAssociatedStmt()) in children()
189 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()
238 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()
H A DOpenMPClause.h9059 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
9060 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
9062 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
9086 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
9101 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
9121 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
9129 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()
H A DRecursiveASTVisitor.h3983 TRY_TO(TraverseStmt(S->getAssociatedStmt()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp66 f.TraverseStmt(getAssociatedStmt()); in findAndSetChildLoops()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp286 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2842 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4241 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4260 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4321 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4361 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4396 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4430 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6651 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
7928 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitOMPGenericLoopDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp340 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp9898 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2892 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAssociatedStmtConstruct()
H A DASTWriter.cpp7905 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9140 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
9152 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp3744 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3753 Visit(S->getAssociatedStmt()); in VisitSubCaptures()