Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftCXXABI.cpp98 case attr::SingleInheritance: return MSIM_Single; in MSInheritanceAttrToModel()
114 return this->isPolymorphic() ? MSIM_SinglePolymorphic : MSIM_Single; in getMSInheritanceModel()
164 case MSIM_Single: break; // Nothing in getMSMemberPointerSlots()
176 case MSIM_Single: ++Ints; // Field offset in getMSMemberPointerSlots()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclCXX.h263 MSIM_Single, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1261 return Inheritance != MSIM_Multiple && Inheritance != MSIM_Single; in nullFieldOffsetIsZero()