Home
last modified time | relevance | path

Searched refs:hasOwnVFPtr (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DRecordLayout.cpp48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
71 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
DVTableBuilder.cpp3302 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
DRecordLayoutBuilder.cpp3570 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DRecordLayout.h161 CharUnits requiredAlignment, bool hasOwnVFPtr,
280 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DSwiftCallingConv.cpp146 if (layout.hasOwnVFPtr()) { in addTypedData()
DCGRecordLayoutBuilder.cpp649 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
DCGExprConstant.cpp800 if (Layout.hasOwnVFPtr()) { in Build()
DMicrosoftCXXABI.cpp1762 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()