Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h373 bool isThisCapture() const { return VarAndKind.getInt() == Cap_This; } in isThisCapture() function
374 bool isVariableCapture() const { return !isThisCapture(); } in isVariableCapture()
/external/clang/lib/Sema/
DSemaLambda.cpp841 if (From.isThisCapture()) { in ActOnLambdaExpr()
DSemaExpr.cpp9648 if (Cap.isThisCapture()) in ActOnBlockStmtExpr()