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

/external/clang/include/clang/Sema/
H A DScopeInfo.h205 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; } function in class:clang::sema::CapturingScopeInfo::Capture
206 bool isVariableCapture() const { return !isThisCapture(); }
/external/clang/lib/Sema/
H A DSemaLambda.cpp756 if (From.isThisCapture()) {
H A DSemaExpr.cpp9422 if (Cap.isThisCapture())

Completed in 48 milliseconds