Lines Matching defs:Thunk
159 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
162 const ThunkInfo &Thunk, bool ElideOverrideInfo,
3867 const ThunkInfo &Thunk,
3878 AccessSpecifier AS = Thunk.Return.isEmpty() ? MD->getAccess() : AS_public;
3879 mangleThunkThisAdjustment(AS, Thunk.This, Mangler, MHO);
3881 if (!Thunk.Return.isEmpty())
3882 assert(Thunk.Method != nullptr &&
3883 "Thunk info should hold the overridee decl");
3885 const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
3892 const ThunkInfo &Thunk,
3903 auto &Adjustment = Thunk.This;