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

/external/clang/include/clang/AST/
H A DExprCXX.h1207 bool capturesThis() const { return VarAndBits.getPointer() == 0; } function in class:clang::LambdaExpr::Capture
1218 assert(!capturesThis() && "No variable available for 'this' capture");

Completed in 69 milliseconds