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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6441     case 2: return Keyword_virtual_inheritance;
 6463     return Inheritance >= Keyword_virtual_inheritance;
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  161     return MSInheritanceAttr::Keyword_virtual_inheritance;
tools/clang/lib/AST/MicrosoftMangle.cpp
  604     if (IM == MSInheritanceAttr::Keyword_virtual_inheritance)
  616   case MSInheritanceAttr::Keyword_virtual_inheritance:     Code = 'F'; break;
  649   case MSInheritanceAttr::Keyword_virtual_inheritance:     Code = 'I'; break;
  680         IM == MSInheritanceAttr::Keyword_virtual_inheritance)
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2720       case MSInheritanceAttr::Keyword_virtual_inheritance:
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2707       MSInheritanceAttr::Keyword_virtual_inheritance)
 2804           MSInheritanceAttr::Keyword_virtual_inheritance)
 3187   if (SrcInheritance == MSInheritanceAttr::Keyword_virtual_inheritance) {
 3256   if (DstInheritance == MSInheritanceAttr::Keyword_virtual_inheritance) {
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  272     return clang::MSInheritanceAttr::Keyword_virtual_inheritance;