Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h739 void addVLATypeCapture(SourceLocation Loc, const VariableArrayType *VLAType, in addVLATypeCapture() argument
741 Captures.push_back(Capture(Capture::VLACapture, VLAType, in addVLATypeCapture()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4667 void FieldDecl::setCapturedVLAType(const VariableArrayType *VLAType) { in setCapturedVLAType() argument
4674 CapturedVLAType = VLAType; in setCapturedVLAType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3236 void setCapturedVLAType(const VariableArrayType *VLAType);