Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp78 case attr::MultipleInheritance: return MSIM_Multiple; in MSInheritanceAttrToModel()
92 return this->isPolymorphic() ? MSIM_MultiplePolymorphic : MSIM_Multiple; in getMSInheritanceModel()
141 case MSIM_Multiple: ++Ints; // NonVirtualBaseAdjustment in getMSMemberPointerSlots()
153 case MSIM_Multiple: // Nothing in getMSMemberPointerSlots()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp650 return (IsMemberFunction && Inheritance >= MSIM_Multiple); in hasNonVirtualBaseAdjustmentField()
664 return Inheritance != MSIM_Multiple && Inheritance != MSIM_Single; in nullFieldOffsetIsZero()
/external/clang/include/clang/AST/
DDeclCXX.h265 MSIM_Multiple, enumerator