Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h634 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
640 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture() function
664 assert(isVLATypeCapture()); in getCapturedVLAType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp230 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured()
H A DSemaLambda.cpp1828 if (Cap.isVLATypeCapture()) in BuildCaptureInit()
1940 if (From.isVLATypeCapture()) in DiagnoseUnusedLambdaCapture()
2003 if (Capture.isVLATypeCapture()) in BuildCaptureField()
2114 } else if (From.isVLATypeCapture()) { in BuildLambdaExpr()
H A DSemaStmt.cpp4744 } else if (Cap.isVLATypeCapture()) { in buildCapturedStmtCaptureList()