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

/external/clang/include/clang/Sema/
H A DScopeInfo.h418 bool isCopyCapture() const { function in class:clang::sema::CapturingScopeInfo::Capture
/external/clang/lib/Sema/
H A DSemaLambda.cpp1419 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;
H A DSemaExpr.cpp11626 if (Cap.isCopyCapture() &&

Completed in 1008 milliseconds