Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
17327 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local17328 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()17332 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()17337 } else if (!KeyFunction) { in DefineUsedVTables()17382 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
14598 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local14601 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()14602 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()14610 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()14612 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()