Searched refs:isThisCapture (Results 1 – 3 of 3) sorted by relevance
373 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; } in isThisCapture() function374 bool isVariableCapture() const { return !isThisCapture(); } in isVariableCapture()
841 if (From.isThisCapture()) { in ActOnLambdaExpr()
9648 if (Cap.isThisCapture()) in ActOnBlockStmtExpr()