Searched refs:VisibleDecl (Results 1 – 1 of 1) sorted by relevance
3789 NamedDecl *VisibleDecl = *DI; in checkCorrectionVisibility() local3791 VisibleDecl = findAcceptableDecl(SemaRef, *DI); in checkCorrectionVisibility()3793 if (VisibleDecl) { in checkCorrectionVisibility()3799 NewDecls.push_back(VisibleDecl); in checkCorrectionVisibility()