Lines Matching refs:Decls
37 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
370 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
372 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
374 Decls.clear(); in ProcessDeclGroup()
473 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
506 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
509 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) { in VisitDeclContext()
510 Decls.push_back(*D); in VisitDeclContext()
516 if (!Decls.empty()) in VisitDeclContext()
517 ProcessDeclGroup(Decls); in VisitDeclContext()
522 Decls.push_back(*D); in VisitDeclContext()
585 if (!Decls.empty()) in VisitDeclContext()
586 ProcessDeclGroup(Decls); in VisitDeclContext()