Searched refs:isVLATypeCapture (Results 1 – 3 of 3) sorted by relevance
472 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()483 bool isVLATypeCapture() const { in isVLATypeCapture() function510 assert(!isVLATypeCapture() && "no init expression for type capture"); in getInitExpr()
1542 if (From.isVLATypeCapture()) { in BuildLambdaExpr()
3866 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()