Lines Matching defs:Thunk
161 void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
164 const ThunkInfo &Thunk, bool ElideOverrideInfo,
3791 const ThunkInfo &Thunk,
3802 AccessSpecifier AS = Thunk.Return.isEmpty() ? MD->getAccess() : AS_public;
3803 mangleThunkThisAdjustment(AS, Thunk.This, Mangler, MHO);
3805 if (!Thunk.Return.isEmpty())
3806 assert(Thunk.Method != nullptr &&
3807 "Thunk info should hold the overridee decl");
3809 const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
3816 const ThunkInfo &Thunk,
3827 auto &Adjustment = Thunk.This;