Home | History | Annotate | Download | only in AST

Lines Matching refs:Decls

36     void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls);
250 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
252 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation);
254 Decls.clear();
278 SmallVector<Decl*, 2> Decls;
300 if (!Decls.empty() && !CurDeclType.isNull()) {
305 cast<TagType>(BaseType)->getDecl() == Decls[0]) {
306 Decls.push_back(*D);
312 if (!Decls.empty())
313 ProcessDeclGroup(Decls);
318 Decls.push_back(*D);
363 if (!Decls.empty())
364 ProcessDeclGroup(Decls);