Home
last modified time | relevance | path

Searched refs:VisibleDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp3990 NamedDecl *VisibleDecl = *DI; in checkCorrectionVisibility() local
3992 VisibleDecl = findAcceptableDecl(SemaRef, *DI); in checkCorrectionVisibility()
3994 if (VisibleDecl) { in checkCorrectionVisibility()
4000 NewDecls.push_back(VisibleDecl); in checkCorrectionVisibility()