Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4659 MSInheritanceModel ExplicitModel) { in checkMSInheritanceAttrOnDefinition() argument
4668 if (ExplicitModel == MSInheritanceModel::Unspecified) in checkMSInheritanceAttrOnDefinition()
4672 if (RD->calculateInheritanceModel() == ExplicitModel) in checkMSInheritanceAttrOnDefinition()
4675 if (RD->calculateInheritanceModel() <= ExplicitModel) in checkMSInheritanceAttrOnDefinition()