Searched refs:KeyFunction (Results 1 – 2 of 2) sorted by relevance
13188 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class); in DefineUsedVTables() local13189 if (KeyFunction && !KeyFunction->hasBody()) { in DefineUsedVTables()13193 KeyFunction->getTemplateSpecializationKind(); in DefineUsedVTables()13198 } else if (!KeyFunction) { in DefineUsedVTables()13242 if (!KeyFunction || in DefineUsedVTables()13243 (KeyFunction->hasBody(KeyFunctionDef) && in DefineUsedVTables()
10641 const CXXMethodDecl *KeyFunction; in ActOnFinishFunctionBody() local10644 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) && in ActOnFinishFunctionBody()10645 MD == KeyFunction->getCanonicalDecl()) { in ActOnFinishFunctionBody()10653 KeyFunction = Context.getCurrentKeyFunction(MD->getParent()); in ActOnFinishFunctionBody()10655 if (KeyFunction && KeyFunction->isDefined(Definition)) in ActOnFinishFunctionBody()