Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Decls

893   // We're not interested in "interesting" decls.
2604 LocDeclsTy *&Decls = FileDecls[FID];
2605 if (!Decls)
2606 Decls = new LocDeclsTy();
2610 if (Decls->empty() || Decls->back().first <= Offset) {
2611 Decls->push_back(LocDecl);
2616 I = std::upper_bound(Decls->begin(), Decls->end(), LocDecl, compLocDecl);
2618 Decls->insert(I, LocDecl);
2622 SmallVectorImpl<Decl *> &Decls) {
2629 Decls);
2661 Decls.push_back(DIt->second);