Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp1002 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()
1135 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2446 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/llvm-project-15.0.7/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3357 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
H A DASTContext.cpp11605 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1390 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp15219 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
15228 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp17803 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()