Home
last modified time | relevance | path

Searched refs:isVLATypeCapture (Results 1 – 7 of 7) 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h602 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
608 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture() function
632 assert(isVLATypeCapture()); in getCapturedVLAType()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp228 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured()
DSemaLambda.cpp1563 if (Cap.isVLATypeCapture()) in BuildCaptureInit()
1676 if (From.isVLATypeCapture()) in DiagnoseUnusedLambdaCapture()
1733 if (Capture.isVLATypeCapture()) in BuildCaptureField()
1844 } else if (From.isVLATypeCapture()) { in BuildLambdaExpr()
DSemaStmt.cpp4378 } else if (Cap.isVLATypeCapture()) { in buildCapturedStmtCaptureList()
/external/clang/lib/Sema/
DSemaLambda.cpp1542 if (From.isVLATypeCapture()) { in BuildLambdaExpr()
DSemaStmt.cpp3866 } else if (Cap->isVLATypeCapture()) { in buildCapturedStmtCaptureList()