Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
71 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
H A DRecordLayoutBuilder.cpp3646 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
H A DVTableBuilder.cpp3400 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h162 CharUnits requiredAlignment, bool hasOwnVFPtr,
281 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp806 if (astRecordLayout.hasOwnVFPtr()) in accumulateVPtrs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp145 if (layout.hasOwnVFPtr()) { in addTypedData()
H A DCGRecordLayoutBuilder.cpp860 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
H A DCGExprConstant.cpp846 if (Layout.hasOwnVFPtr()) { in Build()
H A DMicrosoftCXXABI.cpp1794 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()