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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6442     case 3: return Keyword_unspecified_inheritance;
 6453     return Inheritance == Keyword_unspecified_inheritance;
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  159     return MSInheritanceAttr::Keyword_unspecified_inheritance;
tools/clang/lib/AST/MicrosoftMangle.cpp
  617   case MSInheritanceAttr::Keyword_unspecified_inheritance: Code = 'G'; break;
  650   case MSInheritanceAttr::Keyword_unspecified_inheritance: Code = 'J'; break;
  688     if (IM == MSInheritanceAttr::Keyword_unspecified_inheritance)
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2723       case MSInheritanceAttr::Keyword_unspecified_inheritance:
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3811   if (SemanticSpelling == MSInheritanceAttr::Keyword_unspecified_inheritance)
tools/clang/lib/Sema/SemaType.cpp
 7962       IM = MSInheritanceAttr::Keyword_unspecified_inheritance;