Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
H A DSemaOpenMP.cpp5960 Visit(S->getCapturedDecl()->getBody()); in VisitCapturedStmt()
7682 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
7692 CS->getCapturedDecl()->setNothrow(); in setBranchProtectedScope()
9887 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()
H A DTreeTransform.h16483 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp460 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
643 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1572 CGF, S, *CS->getCapturedDecl()->param_begin(), InnermostKind, in emitCommonOMPParallelDirective()
2072 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
4659 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
4829 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()
4831 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()
4946 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()
5077 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
5149 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()
[all …]
H A DCGOpenMPRuntimeGPU.cpp994 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
H A DCGStmt.cpp3150 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1407 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1411 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
H A DStmtPrinter.cpp583 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h803 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
H A DStmt.h3870 CapturedDecl *getCapturedDecl();
3871 const CapturedDecl *getCapturedDecl() const;
H A DRecursiveASTVisitor.h2893 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp585 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
H A DASTReaderStmt.cpp520 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()