Lines Matching refs:Decls
36 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
250 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
252 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
254 Decls.clear(); in ProcessDeclGroup()
278 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
300 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
305 cast<TagType>(BaseType)->getDecl() == Decls[0]) { in VisitDeclContext()
306 Decls.push_back(*D); in VisitDeclContext()
312 if (!Decls.empty()) in VisitDeclContext()
313 ProcessDeclGroup(Decls); in VisitDeclContext()
318 Decls.push_back(*D); in VisitDeclContext()
363 if (!Decls.empty()) in VisitDeclContext()
364 ProcessDeclGroup(Decls); in VisitDeclContext()