Home | History | Annotate | Download | only in AST

Lines Matching full:thunk

107   void mangleThunk(const CXXMethodDecl *MD, const ThunkInfo &Thunk,
537 // thunk.
2276 const ThunkInfo &Thunk,
2281 mangleThunkThisAdjustment(MD, Thunk.This, Mangler, Out);
2282 if (!Thunk.Return.isEmpty())
2283 assert(Thunk.Method != nullptr &&
2284 "Thunk info should hold the overridee decl");
2286 const CXXMethodDecl *DeclForFPT = Thunk.Method ? Thunk.Method : MD;
2294 // FIXME: Actually, the dtor thunk should be emitted for vector deleting