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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 1288   if (const ComplexType *CTy = Ty->getAs<ComplexType>())
 1289     Ty = CTy->getElementType();
 1294   if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
 1294   if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
 1295       !Ty->isEnumeralType() && !Ty->isBlockPointerType())
 1295       !Ty->isEnumeralType() && !Ty->isBlockPointerType())
 1298   uint64_t Size = Context.getTypeSize(Ty);