Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h651 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
657 bool isVLATypeCapture() const { return Kind == Cap_VLA; } in isVLATypeCapture() function
681 assert(isVLATypeCapture()); in getCapturedVLAType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp231 if (Cap.isVLATypeCapture() && Cap.getCapturedVLAType() == VAT) in isVLATypeCaptured()
H A DSemaLambda.cpp1886 if (Cap.isVLATypeCapture()) in BuildCaptureInit()
1998 if (From.isVLATypeCapture()) in DiagnoseUnusedLambdaCapture()
2061 if (Capture.isVLATypeCapture()) in BuildCaptureField()
2172 } else if (From.isVLATypeCapture()) { in BuildLambdaExpr()
H A DSemaStmt.cpp4446 } else if (Cap.isVLATypeCapture()) { in buildCapturedStmtCaptureList()