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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6440     case 1: return Keyword_multiple_inheritance;
 6459     return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
 6470     return Inheritance <= Keyword_multiple_inheritance;
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  163     return MSInheritanceAttr::Keyword_multiple_inheritance;
tools/clang/lib/AST/MicrosoftMangle.cpp
  615   case MSInheritanceAttr::Keyword_multiple_inheritance:    Code = '0'; break;
  648   case MSInheritanceAttr::Keyword_multiple_inheritance:    Code = 'H'; break;
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2717       case MSInheritanceAttr::Keyword_multiple_inheritance:
tools/clang/lib/Sema/SemaType.cpp
 7959       IM = MSInheritanceAttr::Keyword_multiple_inheritance;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  274     return clang::MSInheritanceAttr::Keyword_multiple_inheritance;