Lines Matching refs:Decls
37 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
287 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
289 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
291 Decls.clear(); in ProcessDeclGroup()
380 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
413 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
416 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) { in VisitDeclContext()
417 Decls.push_back(*D); in VisitDeclContext()
423 if (!Decls.empty()) in VisitDeclContext()
424 ProcessDeclGroup(Decls); in VisitDeclContext()
429 Decls.push_back(*D); in VisitDeclContext()
495 if (!Decls.empty()) in VisitDeclContext()
496 ProcessDeclGroup(Decls); in VisitDeclContext()