Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Capture

1511         // We add one to the size so that we capture the trailing NULL
4362 LambdaExpr::Capture &Capture = Lambda.Captures[I];
4363 AddSourceLocation(Capture.getLocation(), Record);
4364 Record.push_back(Capture.isImplicit());
4365 Record.push_back(Capture.getCaptureKind()); // FIXME: stable!
4366 VarDecl *Var = Capture.capturesVariable()? Capture.getCapturedVar() : 0;
4368 AddSourceLocation(Capture.isPackExpansion()? Capture.getEllipsisLoc()