Searched refs:VlaType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1703 const auto *VlaType = getContext().getAsVariableArrayType(type); local
1704 if (!VlaType)
1706 auto VlaSize = getVLASize(VlaType);

Completed in 103 milliseconds