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.cpp313 D->getASTContext().getCurrentKeyFunction(D); in hasVTable()
354 D->getASTContext().getCurrentKeyFunction(D); in getVTableLinkage()
391 if (D->isAbstract() && D->getASTContext().getCurrentKeyFunction(D) == nullptr) in isRTTIWeakDef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1097 IsInNamedModule ? nullptr : Context.getCurrentKeyFunction(RD); in getVTableLinkage()
1245 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2720 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3472 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
H A DASTContext.cpp13001 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1723 Record.AddDeclRef(Record.getASTContext().getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16516 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
16525 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp19035 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()