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