Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
18711 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local18712 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()18716 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()18721 } else if (!KeyFunction) { in DefineUsedVTables()18767 if (!KeyFunction || (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
16238 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local16241 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()16242 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()16250 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()16252 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()