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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2807 QualType TypeToSize = E->getTypeOfArgument(); local
2810 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
2813 CGF.EmitVariablyModifiedType(TypeToSize);

Completed in 107 milliseconds