Home | History | Annotate | Download | only in AST

Lines Matching refs:AddMethod

910   /// AddMethod - Add a single virtual member function to the vtable
912 void AddMethod(const CXXMethodDecl *MD, ReturnAdjustment ReturnAdjustment);
1321 void ItaniumVTableBuilder::AddMethod(const CXXMethodDecl *MD,
1633 AddMethod(Overrider.Method, ReturnAdjustment);
2528 /// AddMethod - Add a single virtual member function to the vftable
2530 void AddMethod(const CXXMethodDecl *MD, ThunkInfo TI) {
3113 AddMethod(FinalOverriderMD,