Home | History | Annotate | Download | only in Frontend

Lines Matching full:decls

939   // We're not interested in "interesting" decls.
1035 // Invalid top-level decls may not have been serialized.
2676 LocDeclsTy *&Decls = FileDecls[FID];
2677 if (!Decls)
2678 Decls = new LocDeclsTy();
2682 if (Decls->empty() || Decls->back().first <= Offset) {
2683 Decls->push_back(LocDecl);
2688 I = std::upper_bound(Decls->begin(), Decls->end(), LocDecl, compLocDecl);
2690 Decls->insert(I, LocDecl);
2694 SmallVectorImpl<Decl *> &Decls) {
2701 Decls);
2733 Decls.push_back(DIt->second);