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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1742 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); local
1745 while (FirstD != FirstPath->Decls.end() &&
1747 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() !=
1751 ++FirstD;
1755 if (FirstD == FirstPath->Decls.end() &&

Completed in 202 milliseconds