Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRecordLayout.cpp50 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
83 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
HDRecordLayoutBuilder.cpp2458 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2484 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
2786 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRecordLayout.h148 bool hasOwnVFPtr, bool hasExtendableVFPtr,
259 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp894 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
902 return Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr(); in performBaseAdjustment()
915 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
949 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()