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

References

tools/clang/lib/Sema/SemaType.cpp
 7953       IM = RD->calculateInheritanceModel();
 7956       IM = MSInheritanceAttr::Keyword_single_inheritance;
 7959       IM = MSInheritanceAttr::Keyword_multiple_inheritance;
 7962       IM = MSInheritanceAttr::Keyword_unspecified_inheritance;
 7973         Loc, AttributeCommonInfo::AS_Microsoft, IM));