Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4445 const Type *ToCapturedVLAType = nullptr; in VisitFieldDecl() local
4447 ToCapturedVLAType, cast_or_null<Type>(D->getCapturedVLAType()))) in VisitFieldDecl()
4460 if (ToCapturedVLAType) in VisitFieldDecl()
4461 ToField->setCapturedVLAType(cast<VariableArrayType>(ToCapturedVLAType)); in VisitFieldDecl()