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

/external/clang/include/clang/Sema/
H A DScopeInfo.h195 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; } function in class:clang::sema::CapturingScopeInfo::Capture
196 bool isVariableCapture() const { return !isThisCapture(); }

Completed in 41 milliseconds