Lines Matching refs:Decls
36 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
252 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
254 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
256 Decls.clear(); in ProcessDeclGroup()
280 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
302 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
307 cast<TagType>(BaseType)->getDecl() == Decls[0]) { in VisitDeclContext()
308 Decls.push_back(*D); in VisitDeclContext()
314 if (!Decls.empty()) in VisitDeclContext()
315 ProcessDeclGroup(Decls); in VisitDeclContext()
320 Decls.push_back(*D); in VisitDeclContext()
370 if (!Decls.empty()) in VisitDeclContext()
371 ProcessDeclGroup(Decls); in VisitDeclContext()