Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp222 MSInheritanceModel CXXRecordDecl::calculateInheritanceModel() const { in calculateInheritanceModel() function in CXXRecordDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1830 MSInheritanceModel calculateInheritanceModel() const;
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4195 if (RD->calculateInheritanceModel() == ExplicitModel) in handleCallbackAttr()
4198 if (RD->calculateInheritanceModel() <= ExplicitModel) in handleCallbackAttr()
H A DSemaType.cpp9039 IM = RD->calculateInheritanceModel(); in processTypeAttrs()