Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h577 bool isBlockCapture() const { in isBlockCapture() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1548 assert(!From.isBlockCapture() && "Cannot capture __block variables"); in BuildLambdaExpr()
H A DSemaExpr.cpp13713 BlockDecl::Capture NewCap(Cap.getVariable(), Cap.isBlockCapture(), in ActOnBlockStmtExpr()