Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
13474 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local13475 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()13479 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()13484 } else if (!KeyFunction) { in DefineUsedVTables()13528 if (!KeyFunction || in DefineUsedVTables()13529 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
11557 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local11560 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()11561 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()11569 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()11571 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()