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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftCXXABI.cpp95 static MSInheritanceModel MSInheritanceAttrToModel(attr::Kind Kind) {
105 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const {
148 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1233 static bool hasVBPtrOffsetField(MSInheritanceModel Inheritance) {
1238 MSInheritanceModel Inheritance) {
1246 MSInheritanceModel Inheritance) {
1250 static bool hasVirtualBaseAdjustmentField(MSInheritanceModel Inheritance) {
1260 static bool nullFieldOffsetIsZero(MSInheritanceModel Inheritance) {
1274 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
1282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
1307 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
1344 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
1490 MSInheritanceModel Inheritanc
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h262 enum MSInheritanceModel { enum in namespace:clang
1602 MSInheritanceModel getMSInheritanceModel() const;

Completed in 111 milliseconds