Home
last modified time | relevance | path

Searched refs:getCurrentKeyFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1051 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()
1185 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2462 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3419 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
H A DASTContext.cpp11884 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1497 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16241 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
16250 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp18711 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()