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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 2570   if (const BuiltinType *BT = Ty->getAs<BuiltinType>()) {
 2600   if (const EnumType *ET = Ty->getAs<EnumType>()) {
 2606   if (Ty->hasPointerRepresentation()) {
 2611   if (Ty->isMemberPointerType()) {
 2612     if (Ty->isMemberFunctionPointerType()) {
 2634   if (const VectorType *VT = Ty->getAs<VectorType>()) {
 2702   if (const ComplexType *CT = Ty->getAs<ComplexType>()) {
 2705     uint64_t Size = getContext().getTypeSize(Ty);
 2737   if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
 2740     uint64_t Size = getContext().getTypeSize(Ty);
 2782   if (const RecordType *RT = Ty->getAs<RecordType>()) {
 2783     uint64_t Size = getContext().getTypeSize(Ty);