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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  793   Ty = useFirstFieldIfTransparentUnion(Ty);
  793   Ty = useFirstFieldIfTransparentUnion(Ty);
  795   if (isAggregateTypeForABI(Ty)) {
  798     if (auto RAA = getRecordArgABI(Ty, getCXXABI()))
  799       return getNaturalAlignIndirect(Ty, RAA == CGCXXABI::RAA_DirectInMemory);
  801     if (isEmptyRecord(getContext(), Ty, true))
  806     if (const Type *SeltTy = isSingleElementStruct(Ty, getContext()))
  811   return defaultInfo.classifyArgumentType(Ty);