Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp50 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
81 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp3091 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpCXXRecordLayout()
DVTableBuilder.cpp3327 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
/external/clang/include/clang/AST/
DRecordLayout.h148 bool hasOwnVFPtr, bool hasExtendableVFPtr,
251 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp449 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
DMicrosoftCXXABI.cpp1437 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()