Lines Matching defs:Decls
38 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
324 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
326 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
328 Decls.clear();
427 SmallVector<Decl*, 2> Decls;
460 if (!Decls.empty() && !CurDeclType.isNull()) {
463 cast<ElaboratedType>(BaseType)->getOwnedTagDecl() == Decls[0]) {
464 Decls.push_back(*D);
470 if (!Decls.empty())
471 ProcessDeclGroup(Decls);
476 Decls.push_back(*D);
539 if (!Decls.empty())
540 ProcessDeclGroup(Decls);