Home
last modified time | relevance | path

Searched refs:Inheritance (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp224 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
232 Inheritance)) in getMSMemberPointerSlots()
234 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in getMSMemberPointerSlots()
236 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in getMSMemberPointerSlots()
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py270 self.Inheritance(contextCopy)
331 def Inheritance (self, context) : member in Path
461 def Inheritance (self, context) : member in Configuration
592 def Inheritance (self, context) : member in Domain
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2496 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2497 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2512 Inheritance)) in ConvertMemberPointerType()
2514 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2516 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2529 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2541 Inheritance)) in GetNullMemberPointerFields()
2543 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2545 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
[all …]
/external/clang/include/clang/Basic/
DAttr.td2011 static bool hasVBPtrOffsetField(Spelling Inheritance) {
2012 return Inheritance == Keyword_unspecified_inheritance;
2017 static bool hasNVOffsetField(bool IsMemberFunction, Spelling Inheritance) {
2018 return IsMemberFunction && Inheritance >= Keyword_multiple_inheritance;
2021 static bool hasVBTableOffsetField(Spelling Inheritance) {
2022 return Inheritance >= Keyword_virtual_inheritance;
2026 Spelling Inheritance) {
2028 return Inheritance <= Keyword_single_inheritance;
2029 return Inheritance <= Keyword_multiple_inheritance;
/external/clang/test/Parser/
DMicrosoftExtensions.cpp303 namespace Inheritance {
/external/guice/extensions/persist/lib/
Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/ ...
/external/ipsec-tools/
DNEWS86 o Inheritance of 'remote{}' sections.
/external/eigen/doc/
DClassHierarchy.dox72 \section TopicClassHierarchyInheritanceDiagrams Inheritance diagrams
/external/testng/
DTODO.txt128 Inheritance
DCHANGES.txt1258 Fixed: Inheritance of methods
/external/llvm/docs/
DProgrammersManual.rst2531 #. `Inheritance Is The Base Class of Evil
2532 <http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil>`_