Searched defs:Cpy (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h194 QualType CaptureType, Expr *Cpy)
196 CopyExprAndNested(Cpy, isNested), Loc(Loc), EllipsisLoc(EllipsisLoc),
201 QualType CaptureType, Expr *Cpy)
202 : VarAndKind(0, Cap_This), CopyExprAndNested(Cpy, isNested), Loc(Loc),
258 QualType CaptureType, Expr *Cpy) {
260 EllipsisLoc, CaptureType, Cpy));
265 Expr *Cpy) {
267 Cpy));
192 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
200 Capture(IsThisCapture, bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
256 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
264 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument

Completed in 128 milliseconds