Home
last modified time | relevance | path

Searched refs:hasExtendableVFPtr (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DRecordLayout.cpp50 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
83 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2394 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2420 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
2686 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/external/clang/include/clang/AST/
DRecordLayout.h148 bool hasOwnVFPtr, bool hasExtendableVFPtr,
259 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp625 .hasExtendableVFPtr()) in getPolymorphicOffset()
637 if (CGF.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
651 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
685 !CGM.getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()