Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h311 virtual void computeVTableRelatedInformation(const CXXRecordDecl *RD) = 0;
318 computeVTableRelatedInformation(MD->getParent()); in getThunkInfo()
357 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
364 computeVTableRelatedInformation(RD); in getVTableLayout()
519 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h336 virtual void computeVTableRelatedInformation(const CXXRecordDecl *RD) = 0;
343 computeVTableRelatedInformation(MD->getParent()); in getThunkInfo()
386 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
403 computeVTableRelatedInformation(RD); in getVTableLayout()
567 void computeVTableRelatedInformation(const CXXRecordDecl *RD) override;
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp2278 computeVTableRelatedInformation(RD); in getMethodVTableIndex()
2324 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()
/external/clang/lib/AST/
DVTableBuilder.cpp2248 computeVTableRelatedInformation(RD); in getMethodVTableIndex()
2296 ItaniumVTableContext::computeVTableRelatedInformation(const CXXRecordDecl *RD) { in computeVTableRelatedInformation() function in ItaniumVTableContext
3571 void MicrosoftVTableContext::computeVTableRelatedInformation( in computeVTableRelatedInformation() function in MicrosoftVTableContext
3725 computeVTableRelatedInformation(RD); in getVFPtrOffsets()
3734 computeVTableRelatedInformation(RD); in getVFTableLayout()
3754 computeVTableRelatedInformation(RD); in getMethodVFTableLocation()