Searched refs:getCurrentKeyFunction (Results 1 – 7 of 7) sorted by relevance
682 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()804 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
644 Context.getCurrentKeyFunction(*I)) { in ActOnEndOfTranslationUnit()
13078 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()
1743 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
2878 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
7997 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
1034 Writer.AddDeclRef(Context.getCurrentKeyFunction(D), Record); in VisitCXXRecordDecl()