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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 2199   unsigned numElements = structure->getNumElements();
 2222       llvm::Type *baseType = structure->getElementType(fieldIndex);
 2261       llvm::Type *baseType = structure->getElementType(fieldIndex);
 2269       elements[i] = llvm::Constant::getNullValue(structure->getElementType(i));
 2272   return llvm::ConstantStruct::get(structure, elements);