Home
last modified time | relevance | path

Searched refs:VirtualMethodDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp14203 bool ASTContext::useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl, in useAbbreviatedThunkName() argument
14205 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3462 bool useAbbreviatedThunkName(GlobalDecl VirtualMethodDecl,