Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h96 Stmt *getAssociatedStmt() { return AssociatedStmt; } in getAssociatedStmt() function
97 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
99 ->getAssociatedStmt(); in getAssociatedStmt()
108 if (getAssociatedStmt()) in children()
179 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()
223 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()
284 Stmt *getLoop() { return getAssociatedStmt(); } in getLoop()
330 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()
438 Stmt *getStructuredBlock() { return getAssociatedStmt(); } in getStructuredBlock()
812 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
[all …]
H A DOpenMPClause.h9646 const Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
9647 return const_cast<OMPChildren *>(this)->getAssociatedStmt(); in getAssociatedStmt()
9649 Stmt *getAssociatedStmt() { in getAssociatedStmt() function
9672 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getCapturedStmt()
9687 auto *CS = cast<CapturedStmt>(getAssociatedStmt()); in getInnermostCapturedStmt()
9707 if (auto *CS = dyn_cast<CapturedStmt>(getAssociatedStmt())) { in getRawStmt()
9715 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()
H A DRecursiveASTVisitor.h4092 TRY_TO(TraverseStmt(S->getAssociatedStmt()));
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp292 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt()); in OMPSimdLexicalScope()
2545 const Stmt *AssociatedStmt = D.getAssociatedStmt(); in EmitOMPSimdInit()
2984 EmitStmt(S.getAssociatedStmt()); in EmitOMPUnrollDirective()
4426 const Stmt *SectionRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPSectionDirective()
4449 EmitStmt(S.getAssociatedStmt()); in EmitOMPSectionDirective()
4510 const Stmt *MasterRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMasterDirective()
4554 const Stmt *MaskedRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPMaskedDirective()
4592 const Stmt *CriticalRegionBodyStmt = S.getAssociatedStmt(); in EmitOMPCriticalDirective()
4630 CGF.EmitStmt(S.getAssociatedStmt()); in EmitOMPCriticalDirective()
6870 EmitStopPoint(S.getAssociatedStmt()); in EmitOMPAtomicDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp340 dyn_cast_or_null<CapturedStmt>(D->getAssociatedStmt())) { in VisitOMPExecutableDirective()
H A DCodeGenFunction.h4193 EmitStmt(S.getAssociatedStmt());
H A DCGOpenMPRuntime.cpp9970 if (!E->hasAssociatedStmt() || !E->getAssociatedStmt()) in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2927 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAssociatedStmtConstruct()
3016 Record.AddStmt(S->getAssociatedStmt()); in VisitOpenACCAtomicConstruct()
H A DASTWriter.cpp8636 AddStmt(Data->getAssociatedStmt()); in writeOMPChildren()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1267 PrintStmt(S->getAssociatedStmt()); in VisitOpenACCAtomicConstruct()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9500 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
9512 CS = D->getAssociatedStmt(); in TransformOMPExecutableDirective()
9573 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPInformationalDirective()
9582 Stmt *CS = D->getAssociatedStmt(); in TransformOMPInformationalDirective()
12809 StmtResult AssocStmt = getDerived().TransformStmt(C->getAssociatedStmt()); in TransformOpenACCAtomicConstruct()
H A DSemaOpenMP.cpp3752 if (!S->hasAssociatedStmt() || !S->getAssociatedStmt()) in VisitSubCaptures()
3762 Visit(S->getAssociatedStmt()); in VisitSubCaptures()