Searched refs:hasOwnVFPtr (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayout.cpp43 bool hasOwnVFPtr, bool hasExtendableVFPtr,
69 CXXInfo->HasOwnVFPtr = hasOwnVFPtr;
40 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, CharUnits vbptroffset, CharUnits datasize, ArrayRef<uint64_t> fieldoffsets, CharUnits nonvirtualsize, CharUnits nonvirtualalignment, CharUnits SizeOfLargestEmptySubobject, const CXXRecordDecl *PrimaryBase, bool IsPrimaryBaseVirtual, const CXXRecordDecl *BaseSharingVBPtr, bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy& BaseOffsets, const VBaseOffsetsMapTy& VBaseOffsets) argument
H A DRecordLayoutBuilder.cpp3175 bool HasOwnVFPtr = Layout.hasOwnVFPtr();
H A DVTableBuilder.cpp3280 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr())
/external/clang/include/clang/AST/
H A DRecordLayout.h144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
239 /// hasOwnVFPtr - Does this class provide its own virtual-function
246 bool hasOwnVFPtr() const { function in class:clang::ASTRecordLayout
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp464 if (Layout.hasOwnVFPtr())
H A DSwiftCallingConv.cpp128 if (layout.hasOwnVFPtr()) {
H A DMicrosoftCXXABI.cpp1590 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr());

Completed in 183 milliseconds