Home | History | Annotate | Download | only in AST

Lines Matching refs:Decls

36     void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
196 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
198 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
200 Decls.clear();
221 SmallVector<Decl*, 2> Decls;
254 if (!Decls.empty() && !CurDeclType.isNull()) {
257 cast<TagType>(BaseType)->getDecl() == Decls[0]) {
258 Decls.push_back(*D);
264 if (!Decls.empty())
265 ProcessDeclGroup(Decls);
270 Decls.push_back(*D);
313 if (!Decls.empty())
314 ProcessDeclGroup(Decls);