Home
last modified time | relevance | path

Searched refs:hasOwnVFPtr (Results 1 – 15 of 15) 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/llvm-project/clang/lib/AST/
DRecordLayout.cpp48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
71 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
DVTableBuilder.cpp3303 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
DRecordLayoutBuilder.cpp3464 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
/external/clang/include/clang/AST/
DRecordLayout.h144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
246 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h161 CharUnits requiredAlignment, bool hasOwnVFPtr,
280 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()
/external/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp144 if (layout.hasOwnVFPtr()) { in addTypedData()
DCGRecordLayoutBuilder.cpp644 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
DCGExprConstant.cpp780 if (Layout.hasOwnVFPtr()) { in Build()
DMicrosoftCXXABI.cpp1740 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()