Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
H A DSemaOpenMP.cpp7897 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10784 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()
10820 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10870 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10918 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10967 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
11120 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
11164 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
11209 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
11232 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()
[all …]
H A DTreeTransform.h15444 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp432 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
615 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1544 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()
2044 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
4614 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
4774 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()
4889 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()
5020 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
5094 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTargetTaskBasedDirective()
5171 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(4))); in processInReduction()
[all …]
H A DCGStmt.cpp2972 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntimeGPU.cpp1014 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1406 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1410 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
H A DStmtPrinter.cpp580 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h712 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
H A DStmt.h3863 CapturedDecl *getCapturedDecl();
3864 const CapturedDecl *getCapturedDecl() const;
H A DRecursiveASTVisitor.h2830 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp587 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
H A DASTReaderStmt.cpp520 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()