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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 6388   static MSInheritanceAttr *CreateImplicit(ASTContext &Ctx, bool BestCase, SourceRange Range, AttributeCommonInfo::Syntax Syntax, MSInheritanceAttr::Spelling S = static_cast<Spelling>(SpellingNotCalculated)) {
 6392   static MSInheritanceAttr *Create(ASTContext &Ctx, bool BestCase, SourceRange Range, AttributeCommonInfo::Syntax Syntax, MSInheritanceAttr::Spelling S = static_cast<Spelling>(SpellingNotCalculated)) {
 6409   static MSInheritanceAttr *CreateImplicit(ASTContext &Ctx, SourceRange Range, AttributeCommonInfo::Syntax Syntax, MSInheritanceAttr::Spelling S = static_cast<Spelling>(SpellingNotCalculated)) {
 6413   static MSInheritanceAttr *Create(ASTContext &Ctx, SourceRange Range, AttributeCommonInfo::Syntax Syntax, MSInheritanceAttr::Spelling S = static_cast<Spelling>(SpellingNotCalculated)) {
 6436   Spelling getSemanticSpelling() const {
 6452   static bool hasVBPtrOffsetField(Spelling Inheritance) {
 6458   static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
 6462   static bool hasVBTableOffsetField(Spelling Inheritance) {
 6467                               Spelling Inheritance) {
tools/clang/include/clang/AST/DeclCXX.h
 1740   MSInheritanceAttr::Spelling getMSInheritanceModel() const;
 1743   MSInheritanceAttr::Spelling calculateInheritanceModel() const;
tools/clang/include/clang/Sema/Sema.h
 2802                          MSInheritanceAttr::Spelling SemanticSpelling);
 3740       MSInheritanceAttr::Spelling SemanticSpelling);
tools/clang/lib/AST/MicrosoftCXXABI.cpp
  157 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const {
  167 MSInheritanceAttr::Spelling
  212   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
tools/clang/lib/AST/MicrosoftMangle.cpp
  595   MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
  643   MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2604   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2612   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2637   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2674   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 2840   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 3042   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
 3150   MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel();
 3151   MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel();
 3335   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3802     MSInheritanceAttr::Spelling SemanticSpelling) {
 6010                              MSInheritanceAttr::Spelling SemanticSpelling) {
tools/clang/lib/Sema/SemaType.cpp
 7949     MSInheritanceAttr::Spelling IM;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  258 static clang::MSInheritanceAttr::Spelling