Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
17803 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local17804 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()
15216 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local15219 (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()