Searched refs:getCapturedDecl (Results 1 – 8 of 8) sorted by relevance
2011 CapturedDecl *getCapturedDecl() { return CapDeclAndKind.getPointer(); } in getCapturedDecl() function2012 const CapturedDecl *getCapturedDecl() const { in getCapturedDecl() function2013 return const_cast<CapturedStmt *>(this)->getCapturedDecl(); in getCapturedDecl()
2357 TRY_TO(TraverseDecl(S->getCapturedDecl()));
1795 const CapturedDecl *CD = S.getCapturedDecl(); in EmitCapturedStmt()
454 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
2262 TRY_TO(TraverseDecl(S->getCapturedDecl()));
296 Writer.AddDeclRef(S->getCapturedDecl(), Record); in VisitCapturedStmt()
399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
9642 unsigned NumParams = S->getCapturedDecl()->getNumParams(); in TransformCapturedStmt()