Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1838 MSInheritanceModel calculateInheritanceModel() const;
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4464 if (RD->calculateInheritanceModel() == ExplicitModel) in mergeAlwaysInlineAttr()
4467 if (RD->calculateInheritanceModel() <= ExplicitModel) in mergeInternalLinkageAttr()
H A DSemaType.cpp9274 IM = RD->calculateInheritanceModel(); in RequireLiteralType()