Searched refs:isVLATypeCaptured (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp225 bool CapturingScopeInfo::isVLATypeCaptured(const VariableArrayType *VAT) const { function in class:CapturingScopeInfo
H A DSemaExpr.cpp4332 if (Size && !CSI->isVLATypeCaptured(VAT) &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h706 bool isVLATypeCaptured(const VariableArrayType *VAT) const;

Completed in 142 milliseconds