Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h433 return InitExprAndCaptureKind.getInt() != Cap_This && !isVLATypeCapture(); in isVariableCapture()
437 !isVLATypeCapture(); in isCopyCapture()
445 bool isVLATypeCapture() const { in isVLATypeCapture() function
468 assert(!isVLATypeCapture() && "no init expression for type capture"); in getInitExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1427 if (From.isVLATypeCapture()) { in ActOnLambdaExpr()
DSemaStmt.cpp3745 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()