Home | History | Annotate | Download | only in Sema

Lines Matching full:firstd

2040         DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin();
2043 while (FirstD != FirstPath->Decls.end() &&
2045 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() !=
2049 ++FirstD;
2053 if (FirstD == FirstPath->Decls.end() &&