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

/external/clang/include/clang/Sema/
H A DScopeInfo.h207 bool isCopyCapture() const { return VarAndKind.getInt() == Cap_ByCopy; } function in class:clang::sema::CapturingScopeInfo::Capture
/external/clang/lib/Sema/
H A DSemaLambda.cpp767 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;
H A DSemaExpr.cpp10550 if (Cap.isCopyCapture() &&

Completed in 201 milliseconds