Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Capture

107     /// \brief RAII class used to capture the first ID within a redeclaration
153 /// \brief Class used to capture the result of searching for an existing
965 SmallVector<BlockDecl::Capture, 16> captures;
974 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr));
1127 typedef LambdaExpr::Capture Capture;
1136 = (Capture*)Reader.Context.Allocate(sizeof(Capture)*Lambda.NumCaptures);
1137 Capture *ToCapture = Lambda.Captures;
1144 *ToCapture++ = Capture(Loc, IsImplicit, Kind, Var, EllipsisLoc);