Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3189 const VariableArrayType *CapturedVLAType; member
3353 return hasCapturedVLAType() ? CapturedVLAType : nullptr; in getCapturedVLAType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4772 CapturedVLAType = VLAType; in setCapturedVLAType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1536 FD->CapturedVLAType = in VisitFieldDecl()