Searched refs:isVLATypeCapture (Results 1 – 3 of 3) sorted by relevance
433 return InitExprAndCaptureKind.getInt() != Cap_This && !isVLATypeCapture(); in isVariableCapture()437 !isVLATypeCapture(); in isCopyCapture()445 bool isVLATypeCapture() const { in isVLATypeCapture() function468 assert(!isVLATypeCapture() && "no init expression for type capture"); in getInitExpr()
1427 if (From.isVLATypeCapture()) { in ActOnLambdaExpr()
3745 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()