reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3420   if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) {
 3421     eltType = getFixedSizeElementType(CGF.getContext(), vla);
 3425   CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
 3431   if (!CGF.IsInPreservedAIRegion || !LastIndex) {
 3433         CGF, addr.getPointer(), indices, inbounds, signedIndices,
 3440       DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
 3441     eltPtr = CGF.Builder.CreatePreserveArrayAccessIndex(addr.getPointer(),