Lines Matching refs:Decls
37 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
291 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
293 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
295 Decls.clear(); in ProcessDeclGroup()
384 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
417 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
420 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) { in VisitDeclContext()
421 Decls.push_back(*D); in VisitDeclContext()
427 if (!Decls.empty()) in VisitDeclContext()
428 ProcessDeclGroup(Decls); in VisitDeclContext()
433 Decls.push_back(*D); in VisitDeclContext()
496 if (!Decls.empty()) in VisitDeclContext()
497 ProcessDeclGroup(Decls); in VisitDeclContext()