Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
H A DSemaOpenMP.cpp7116 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
9189 const CapturedDecl *CD = cast<CapturedStmt>(AStmt)->getCapturedDecl(); in checkOpenMPLoop()
9974 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
10018 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
10063 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
10153 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
11106 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
11115 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
11171 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
11180 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
[all …]
H A DTreeTransform.h14659 CapturedDecl *CD = S->getCapturedDecl(); in TransformCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp428 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
602 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateOpenMPCapturedStmtFunction()
1554 S, *CS->getCapturedDecl()->param_begin(), InnermostKind, CodeGen); in emitCommonOMPParallelDirective()
1994 QualType LogicalTy = DistanceFunc->getCapturedDecl() in EmitOMPCanonicalLoop()
4240 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTaskBasedDirective()
4354 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTaskBasedDirective()
4356 CS->getCapturedDecl()->getParam(PrivatesParam))); in EmitOMPTaskBasedDirective()
4459 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(9))); in EmitOMPTaskBasedDirective()
4590 auto I = CS->getCapturedDecl()->param_begin(); in EmitOMPTargetTaskBasedDirective()
4660 CGF.GetAddrOfLocalVar(CS->getCapturedDecl()->getParam(CopyFnParam))); in EmitOMPTargetTaskBasedDirective()
[all …]
H A DCGStmt.cpp2702 const CapturedDecl *CD = S.getCapturedDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntimeGPU.cpp1659 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl(); in emitTeamsOutlinedFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1387 CapturedDecl *CapturedStmt::getCapturedDecl() { in getCapturedDecl() function in CapturedStmt
1391 const CapturedDecl *CapturedStmt::getCapturedDecl() const { in getCapturedDecl() function in CapturedStmt
H A DStmtPrinter.cpp497 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h662 Visit(Node->getCapturedDecl()); in VisitCapturedStmt()
H A DStmt.h3576 CapturedDecl *getCapturedDecl();
3577 const CapturedDecl *getCapturedDecl() const;
H A DRecursiveASTVisitor.h2680 DEF_TRAVERSE_STMT(CapturedStmt, { TRY_TO(TraverseDecl(S->getCapturedDecl())); })
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp519 Record.AddDeclRef(S->getCapturedDecl()); in VisitCapturedStmt()
H A DASTReaderStmt.cpp510 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()