Searched refs:ThisExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp782 Expr *ThisExpr = 0; local
786 ThisExpr = captureThis(Context, LSI->Lambda, ThisTy, Loc);
789 ThisExpr = captureThis(Context, RSI->TheRecordDecl, ThisTy, Loc);
792 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr);

Completed in 145 milliseconds