Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp43 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
71 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2498 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2524 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
2862 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/external/clang/include/clang/AST/
DRecordLayout.h144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
254 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp927 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
935 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
954 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
988 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()