Home
last modified time | relevance | path

Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp17803 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local
17804 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()
17808 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()
17813 } else if (!KeyFunction) { in DefineUsedVTables()
17859 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
H A DSemaDecl.cpp15216 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local
15219 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()
15220 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()
15228 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()
15230 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()