Home
last modified time | relevance | path

Searched refs:calculateInheritanceModel (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp169 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h1683 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h1823 MSInheritanceModel calculateInheritanceModel() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h1822 MSInheritanceModel calculateInheritanceModel() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h1822 MSInheritanceModel calculateInheritanceModel() const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h1830 MSInheritanceModel calculateInheritanceModel() const;
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3349 if (RD->calculateInheritanceModel() == SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
3352 if (RD->calculateInheritanceModel() <= SemanticSpelling) in checkMSInheritanceAttrOnDefinition()
H A DSemaType.cpp6907 IM = RD->calculateInheritanceModel(); in assignInheritanceModel()