Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2062 Field->setCapturedVLAType(Capture.getCapturedVLAType()); in BuildCaptureField()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3236 void setCapturedVLAType(const VariableArrayType *VLAType);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4667 void FieldDecl::setCapturedVLAType(const VariableArrayType *VLAType) { in setCapturedVLAType() function in FieldDecl
H A DASTImporter.cpp4192 ToField->setCapturedVLAType(cast<VariableArrayType>(ToCapturedVLAType)); in VisitFieldDecl()