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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4269 QualType PrivTy = (*IPriv)->getType(); local
4270 if (PrivTy->isVariablyModifiedType()) {
4276 auto *VLA = CGF.getContext().getAsVariableArrayType(PrivTy);
4280 CGF.EmitVariablyModifiedType(PrivTy);

Completed in 141 milliseconds