Lines Matching refs:Decls
37 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
266 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() argument
268 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); in ProcessDeclGroup()
270 Decls.clear(); in ProcessDeclGroup()
359 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
392 if (!Decls.empty() && !CurDeclType.isNull()) { in VisitDeclContext()
395 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) { in VisitDeclContext()
396 Decls.push_back(*D); in VisitDeclContext()
402 if (!Decls.empty()) in VisitDeclContext()
403 ProcessDeclGroup(Decls); in VisitDeclContext()
408 Decls.push_back(*D); in VisitDeclContext()
473 if (!Decls.empty()) in VisitDeclContext()
474 ProcessDeclGroup(Decls); in VisitDeclContext()