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

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

Completed in 105 milliseconds