Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Decls

891   // We're not interested in "interesting" decls.
2576 LocDeclsTy *&Decls = FileDecls[FID];
2577 if (!Decls)
2578 Decls = new LocDeclsTy();
2582 if (Decls->empty() || Decls->back().first <= Offset) {
2583 Decls->push_back(LocDecl);
2588 I = std::upper_bound(Decls->begin(), Decls->end(), LocDecl, compLocDecl);
2590 Decls->insert(I, LocDecl);
2594 SmallVectorImpl<Decl *> &Decls) {
2601 Decls);
2633 Decls.push_back(DIt->second);