Home | History | Annotate | Download | only in Sema

Lines Matching refs:CapturedStmt

3779   assert(NumParams > 0 && "CapturedStmt requires context parameter");
3786 SmallVectorImpl<CapturedStmt::Capture> &Captures,
3794 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3795 CapturedStmt::VCK_This));
3800 CapturedStmt::Capture(Cap->getLocation(), CapturedStmt::VCK_VLAType));
3805 Captures.push_back(CapturedStmt::Capture(Cap->getLocation(),
3807 ? CapturedStmt::VCK_ByRef
3808 : CapturedStmt::VCK_ByCopy,
3912 SmallVector<CapturedStmt::Capture, 4> Captures;
3919 CapturedStmt *Res = CapturedStmt::Create(getASTContext(), S,