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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 2259       if (elements[fieldIndex]) continue;
 2261       llvm::Type *baseType = structure->getElementType(fieldIndex);
 2262       elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);