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

References

tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1769     eltType = arrayType->getElementType();
 1785       eltType = arrayType->getElementType();
 1786       arrayType = getContext().getAsArrayType(eltType);
 1789     llvm::Type *baseType = ConvertType(eltType);
 1798   baseType = eltType;