Searched refs:hasDefinitionImpl (Results 1 – 1 of 1) sorted by relevance
10466 auto hasDefinitionImpl = [this](Decl *D, auto hasDefinitionImpl) { in finishPendingActions() local10479 return hasDefinitionImpl(RTD->getTemplatedDecl(), hasDefinitionImpl); in finishPendingActions()10485 auto hasDefinition = [&hasDefinitionImpl](Decl *D) { in finishPendingActions()10486 return hasDefinitionImpl(D, hasDefinitionImpl); in finishPendingActions()