Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h694 void addVLATypeCapture(SourceLocation Loc, const VariableArrayType *VLAType, in addVLATypeCapture() argument
696 Captures.push_back(Capture(Capture::VLACapture, VLAType, in addVLATypeCapture()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4227 void FieldDecl::setCapturedVLAType(const VariableArrayType *VLAType) { in setCapturedVLAType() argument
4233 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3007 void setCapturedVLAType(const VariableArrayType *VLAType);