Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
568 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp2278 computeVTableRelatedInformation(RD); in getMethodVTableIndex()
2324 ItaniumVTableContext::computeVTableRelatedInformation(const CXXRecordDecl *RD) { in computeVTableRelatedInformation() function in ItaniumVTableContext
3598 void MicrosoftVTableContext::computeVTableRelatedInformation( in computeVTableRelatedInformation() function in MicrosoftVTableContext
3758 computeVTableRelatedInformation(RD); in getVFPtrOffsets()
3767 computeVTableRelatedInformation(RD); in getVFTableLayout()
3789 computeVTableRelatedInformation(RD); in getMethodVFTableLocation()