Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp46 bool hasOwnVFPtr, CharUnits vbptroffset, in ASTRecordLayout() argument
72 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp1403 if (layout.hasOwnVFPtr()) return true; in isPossiblePrimaryBase()
2679 bool HasVfptr = Layout.hasOwnVFPtr(); in DumpCXXRecordLayout()
/external/clang/include/clang/AST/
DRecordLayout.h125 bool hasOwnVFPtr, CharUnits vbptroffset,
224 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp670 } else if (Layout.hasOwnVFPtr()) { in LayoutNonVirtualBases()