Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h337 virtual void computeVTableRelatedInformation(const CXXRecordDecl *RD) = 0;
344 computeVTableRelatedInformation(MD->getParent()); in getThunkInfo()
395 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
412 computeVTableRelatedInformation(RD); in getVTableLayout()
595 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2346 computeVTableRelatedInformation(RD); in getMethodVTableIndex()
2383 computeVTableRelatedInformation(MD->getParent()); in findOriginalMethod()
2421 ItaniumVTableContext::computeVTableRelatedInformation(const CXXRecordDecl *RD) { in computeVTableRelatedInformation() function in ItaniumVTableContext
3695 void MicrosoftVTableContext::computeVTableRelatedInformation( in computeVTableRelatedInformation() function in MicrosoftVTableContext
3855 computeVTableRelatedInformation(RD); in getVFPtrOffsets()
3864 computeVTableRelatedInformation(RD); in getVFTableLayout()
3886 computeVTableRelatedInformation(RD); in getMethodVFTableLocation()