Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
13252 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local13253 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()13257 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()13262 } else if (!KeyFunction) { in DefineUsedVTables()13306 if (!KeyFunction || in DefineUsedVTables()13307 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
11147 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local11150 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()11151 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()11159 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()11161 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()