Searched defs:Inheritance (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp197 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
205 Inheritance))
207 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance))
209 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance))
/external/parameter-framework/tools/xmlGenerator/
H A DEddParser.py270 self.Inheritance(contextCopy)
331 def Inheritance (self, context) : member in class:Path
461 def Inheritance (self, context) : member in class:Configuration
592 def Inheritance (self, context) : member in class:Domain
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp303 namespace Inheritance { namespace in struct:pure_virtual_dtor_inline
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2127 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2128 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) &&
2135 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2143 Inheritance))
2145 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance))
2147 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance))
2160 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2172 Inheritance))
2174 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance))
2176 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance))
2197 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2338 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2530 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
2768 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); local
[all...]

Completed in 205 milliseconds