Searched refs:getCurrentKeyFunction (Results 1 – 8 of 8) sorted by relevance
314 D->getASTContext().getCurrentKeyFunction(D); in hasVTable()355 D->getASTContext().getCurrentKeyFunction(D); in getVTableLinkage()392 if (D->isAbstract() && D->getASTContext().getCurrentKeyFunction(D) == nullptr) in isRTTIWeakDef()
1089 IsInNamedModule ? nullptr : Context.getCurrentKeyFunction(RD); in getVTableLinkage()1235 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
2545 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
3431 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
12367 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
1541 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
16037 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()16046 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
18520 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()