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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1823     elementType = type->getElementType();
 1835   } while ((type = getContext().getAsVariableArrayType(elementType)));
 1837   return { numElements, elementType };