Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp43 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
69 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp3175 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
DVTableBuilder.cpp3280 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
/external/clang/include/clang/AST/
DRecordLayout.h144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
246 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp128 if (layout.hasOwnVFPtr()) { in addTypedData()
DCGRecordLayoutBuilder.cpp464 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
DMicrosoftCXXABI.cpp1590 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()