Searched refs:VirtualMethodDecl (Results 1 – 2 of 2) sorted by relevance
15128 bool ASTContext::useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl, in useAbbreviatedThunkName() argument15130 auto *Method = cast<CXXMethodDecl>(VirtualMethodDecl.getDecl()); in useAbbreviatedThunkName()15138 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl); in useAbbreviatedThunkName()15145 if (const auto *ThunkInfos = VtableContext->getThunkInfo(VirtualMethodDecl)) { in useAbbreviatedThunkName()15151 Mangler->mangleCXXDtorThunk(Destructor, VirtualMethodDecl.getDtorType(), in useAbbreviatedThunkName()15160 Mangler->mangleCXXDtorThunk(Destructor, VirtualMethodDecl.getDtorType(), in useAbbreviatedThunkName()15176 ThunksToBeAbbreviated[VirtualMethodDecl] = std::move(SimplifiedThunkNames); in useAbbreviatedThunkName()
3702 bool useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl,