Searched refs:getCurrentKeyFunction (Results 1 – 7 of 7) sorted by relevance
798 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()931 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
2193 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
3055 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
9858 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
1291 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
13233 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()13242 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
15079 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()