Home
last modified time | relevance | path

Searched refs:computeVTableRelatedInformation (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h337 virtual void computeVTableRelatedInformation(const CXXRecordDecl *RD) = 0;
344 computeVTableRelatedInformation(MD->getParent()); in getThunkInfo()
387 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
404 computeVTableRelatedInformation(RD); in getVTableLayout()
566 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2282 computeVTableRelatedInformation(RD); in getMethodVTableIndex()
2328 ItaniumVTableContext::computeVTableRelatedInformation(const CXXRecordDecl *RD) { in computeVTableRelatedInformation() function in ItaniumVTableContext
3602 void MicrosoftVTableContext::computeVTableRelatedInformation( in computeVTableRelatedInformation() function in MicrosoftVTableContext
3762 computeVTableRelatedInformation(RD); in getVFPtrOffsets()
3771 computeVTableRelatedInformation(RD); in getVFTableLayout()
3793 computeVTableRelatedInformation(RD); in getMethodVFTableLocation()