/external/llvm-project/clang/lib/Sema/ |
D | UsedDeclVisitor.h | 48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
|
D | SemaOpenMP.cpp | 6382 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 …]
|
D | TreeTransform.h | 14414 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1084 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt 1087 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
|
D | ASTDumper.cpp | 1810 dumpDecl(Node->getCapturedDecl()); in VisitCapturedStmt()
|
D | StmtPrinter.cpp | 452 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 202 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()
|
D | CGStmt.cpp | 2202 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 414 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 …]
|
D | CGStmt.cpp | 2642 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
|
D | CGOpenMPRuntimeGPU.cpp | 1656 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTNodeTraverser.h | 659 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
|
D | Stmt.h | 3572 CapturedDecl *getCapturedDecl(); 3573 const CapturedDecl *getCapturedDecl() const;
|
D | RecursiveASTVisitor.h | 2651 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 1386 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt 1390 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
|
D | StmtPrinter.cpp | 498 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3889 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 …]
|
D | TreeTransform.h | 11914 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 2110 CapturedDecl *getCapturedDecl(); 2111 const CapturedDecl *getCapturedDecl() const;
|
D | RecursiveASTVisitor.h | 2381 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 518 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
|
D | ASTReaderStmt.cpp | 508 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 329 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
|
D | ASTReaderStmt.cpp | 423 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
|