Home
last modified time | relevance | path

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

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