Home
last modified time | relevance | path

Searched refs:getCurrentKeyFunction (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCGVTables.cpp733 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()
865 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/external/clang/include/clang/AST/
DASTContext.h1915 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp3010 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
DASTContext.cpp8609 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1191 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp11560 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
11569 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
DSemaDeclCXX.cpp13474 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()