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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
  583     while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
  586       FT = AT->getElementType();
  589     if (!isAggregateTypeForABI(FT)) {
  590       Found = FT.getTypePtr();
  592       Found = isSingleElementStruct(FT, Context);