Lines Matching refs:Decls
37 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
288 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
290 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
292 Decls.clear(); in ProcessDeclGroup()
381 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
414 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
417 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) { in VisitDeclContext()
418 Decls.push_back(*D); in VisitDeclContext()
424 if (!Decls.empty()) in VisitDeclContext()
425 ProcessDeclGroup(Decls); in VisitDeclContext()
430 Decls.push_back(*D); in VisitDeclContext()
496 if (!Decls.empty()) in VisitDeclContext()
497 ProcessDeclGroup(Decls); in VisitDeclContext()