Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h450 return InitExprAndCaptureKind.getInt() != Cap_This && !isVLATypeCapture(); in isVariableCapture()
454 !isVLATypeCapture(); in isCopyCapture()
462 bool isVLATypeCapture() const { in isVLATypeCapture() function
485 assert(!isVLATypeCapture() && "no init expression for type capture"); in getInitExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1536 if (From.isVLATypeCapture()) { in BuildLambdaExpr()
DSemaStmt.cpp3798 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()