Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h426 bool isBlockCapture() const { in isBlockCapture() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1410 assert(!From.isBlockCapture() && "Cannot capture __block variables"); in ActOnLambdaExpr()
H A DSemaExpr.cpp10788 BlockDecl::Capture NewCap(Cap.getVariable(), Cap.isBlockCapture(), in ActOnBlockStmtExpr()