Searched refs:getCurrentKeyFunction (Results 1 – 8 of 8) sorted by relevance
313 D->getASTContext().getCurrentKeyFunction(D); in hasVTable()354 D->getASTContext().getCurrentKeyFunction(D); in getVTableLinkage()391 if (D->isAbstract() && D->getASTContext().getCurrentKeyFunction(D) == nullptr) in isRTTIWeakDef()
1097 IsInNamedModule ? nullptr : Context.getCurrentKeyFunction(RD); in getVTableLinkage()1245 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
2720 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
3472 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
13001 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
1723 Record.AddDeclRef(Record.getASTContext().getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
16516 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()16525 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
19035 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()