Searched refs:MSIM_Multiple (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp99 case attr::MultipleInheritance: return MSIM_Multiple;
113 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple;
162 case MSIM_Multiple: ++Ints; // NonVirtualBaseAdjustment
174 case MSIM_Multiple: // Nothing
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1247 return (IsMemberFunction && Inheritance >= MSIM_Multiple);
1261 return Inheritance != MSIM_Multiple && Inheritance != MSIM_Single;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h265 MSIM_Multiple, enumerator in enum:clang::MSInheritanceModel

Completed in 60 milliseconds