Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp314 D->getASTContext().getCurrentKeyFunction(D); in hasVTable()
355 D->getASTContext().getCurrentKeyFunction(D); in getVTableLinkage()
392 if (D->isAbstract() && D->getASTContext().getCurrentKeyFunction(D) == nullptr) in isRTTIWeakDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1089 IsInNamedModule ? nullptr : Context.getCurrentKeyFunction(RD); in getVTableLinkage()
1235 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2545 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3431 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
H A DASTContext.cpp12367 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1541 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16037 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
16046 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp18520 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()