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

/external/clang/include/clang/Sema/
H A DScopeInfo.h462 QualType CaptureType, Expr *Cpy, const bool ByCopy)
465 InitExprAndCaptureKind(Cpy, ByCopy ? Cap_ByCopy : Cap_ByRef),
557 Expr *Cpy, bool ByCopy);
879 const bool ByCopy) {
881 Cpy, ByCopy));
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy, const bool ByCopy) argument
877 addThisCapture(bool isNested, SourceLocation Loc, Expr *Cpy, const bool ByCopy) argument
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1034 const bool ByCopy) {
1040 if (ByCopy) {
1059 if (ByCopy) {
1076 const bool ByCopy) {
1081 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value");
1152 // In the loop below, respect the ByCopy flag only for the closure requesting
1157 assert((!ByCopy ||
1174 ByCopy && idx == MaxFunctionScopesIndex);
1180 false/*ByCopy*/);
1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy);
1032 captureThis(Sema &S, ASTContext &Context, RecordDecl *RD, QualType ThisTy, SourceLocation Loc, const bool ByCopy) argument
1074 CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, bool BuildAndDiagnose, const unsigned *const FunctionScopeIndexToStopAt, const bool ByCopy) argument
[all...]

Completed in 96 milliseconds