Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
15079 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local15080 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()15084 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()15089 } else if (!KeyFunction) { in DefineUsedVTables()15134 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
13230 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local13233 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()13234 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()13242 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()13244 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()