Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp1000 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD); in getVTableLinkage()
1133 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD); in isVTableExternal()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2316 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3311 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) { in getCurrentKeyFunction() function in ASTContext
H A DASTContext.cpp10921 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD); in DeclMustBeEmitted()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1362 Record.AddDeclRef(Context.getCurrentKeyFunction(D)); in VisitCXXRecordDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14601 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
14610 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
H A DSemaDeclCXX.cpp17327 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables()