Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
DSemaOpenMP.cpp6382 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
8471 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()
9183 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
9227 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
9272 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
9362 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
10315 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
10324 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
10380 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
10389 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
[all …]
DTreeTransform.h14414 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/external/clang/lib/AST/
DStmt.cpp1084 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1087 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
DASTDumper.cpp1810 dumpDecl(Node->getCapturedDecl()); in VisitCapturedStmt()
DStmtPrinter.cpp452 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp202 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1197 *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
2409 auto *I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
2497 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(3))); in EmitOMPTaskBasedDirective()
2499 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(2))); in EmitOMPTaskBasedDirective()
3324 *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPTeamsDirective()
3537 auto *I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskLoopBasedDirective()
DCGStmt.cpp2202 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp414 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
588 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1531 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
3837 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
3952 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()
3954 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()
4042 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()
4173 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
4245 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()
4247 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTargetTaskBasedDirective()
[all …]
DCGStmt.cpp2642 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
DCGOpenMPRuntimeGPU.cpp1656 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
/external/llvm-project/clang/include/clang/AST/
DASTNodeTraverser.h659 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
DStmt.h3572 CapturedDecl *getCapturedDecl();
3573 const CapturedDecl *getCapturedDecl() const;
DRecursiveASTVisitor.h2651 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/external/llvm-project/clang/lib/AST/
DStmt.cpp1386 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1390 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
DStmtPrinter.cpp498 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3889 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
5163 auto *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in CheckOpenMPLoop()
5766 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
5811 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
5908 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
6710 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
6763 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
6784 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()
6909 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsDirective()
7099 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPDistributeParallelForDirective()
[all …]
DTreeTransform.h11914 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/external/clang/include/clang/AST/
DStmt.h2110 CapturedDecl *getCapturedDecl();
2111 const CapturedDecl *getCapturedDecl() const;
DRecursiveASTVisitor.h2381 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp518 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
DASTReaderStmt.cpp508 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp329 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
DASTReaderStmt.cpp423 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()