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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6439     case 0: return Keyword_single_inheritance;
 6469       return Inheritance <= Keyword_single_inheritance;
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  164   return MSInheritanceAttr::Keyword_single_inheritance;
tools/clang/lib/AST/MicrosoftMangle.cpp
  614   case MSInheritanceAttr::Keyword_single_inheritance:      Code = '0'; break;
  647   case MSInheritanceAttr::Keyword_single_inheritance:      Code = '1'; break;
  684     if (IM == MSInheritanceAttr::Keyword_single_inheritance) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2714       case MSInheritanceAttr::Keyword_single_inheritance:
tools/clang/lib/Sema/SemaType.cpp
 7956       IM = MSInheritanceAttr::Keyword_single_inheritance;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  275   return clang::MSInheritanceAttr::Keyword_single_inheritance;