Searched refs:VirtualMethodDecl (Results 1 – 2 of 2) sorted by relevance
14203 bool ASTContext::useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl, in useAbbreviatedThunkName() argument14205 auto *Method = cast<CXXMethodDecl>(VirtualMethodDecl.getDecl()); in useAbbreviatedThunkName()14213 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl); in useAbbreviatedThunkName()14220 if (const auto *ThunkInfos = VtableContext->getThunkInfo(VirtualMethodDecl)) { in useAbbreviatedThunkName()14226 Mangler->mangleCXXDtorThunk(Destructor, VirtualMethodDecl.getDtorType(), in useAbbreviatedThunkName()14235 Mangler->mangleCXXDtorThunk(Destructor, VirtualMethodDecl.getDtorType(), in useAbbreviatedThunkName()14253 ThunksToBeAbbreviated[VirtualMethodDecl] = std::move(SimplifiedThunkNames); in useAbbreviatedThunkName()
3462 bool useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl,