Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h472 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
483 bool isVLATypeCapture() const { in isVLATypeCapture() function
510 assert(!isVLATypeCapture() && "no init expression for type capture"); in getInitExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1542 if (From.isVLATypeCapture()) { in BuildLambdaExpr()
DSemaStmt.cpp3866 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()