Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
18014 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local18015 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()18019 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()18024 } else if (!KeyFunction) { in DefineUsedVTables()18070 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
15649 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local15652 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()15653 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()15661 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()15663 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()