Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
H A DSemaOpenMP.cpp7662 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10461 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()
10497 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10547 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10595 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10644 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
10797 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
10841 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
10886 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
10909 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()
[all …]
H A DTreeTransform.h15026 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp431 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
614 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1547 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
2036 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
4534 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
4694 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()
4809 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()
4940 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
5014 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTargetTaskBasedDirective()
5084 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(4))); in processInReduction()
[all …]
H A DCGStmt.cpp2855 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntimeGPU.cpp1339 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1399 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1403 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
H A DStmtPrinter.cpp576 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h693 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
H A DStmt.h3637 CapturedDecl *getCapturedDecl();
3638 const CapturedDecl *getCapturedDecl() const;
H A DRecursiveASTVisitor.h2826 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp521 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
H A DASTReaderStmt.cpp514 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()