Home | History | Annotate | Download | only in AST

Lines Matching refs:Decls

35     void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
201 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
203 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
205 Decls.clear();
229 SmallVector<Decl*, 2> Decls;
262 if (!Decls.empty() && !CurDeclType.isNull()) {
265 cast<TagType>(BaseType)->getDecl() == Decls[0]) {
266 Decls.push_back(*D);
272 if (!Decls.empty())
273 ProcessDeclGroup(Decls);
278 Decls.push_back(*D);
321 if (!Decls.empty())
322 ProcessDeclGroup(Decls);