Lines Matching defs:Decls
425 // Filter out sub-Decls which will not be processed in order to get an
427 llvm::SmallVector<const Decl *, 16> Decls;
430 Decls.push_back(SubDecl);
432 ID.AddInteger(Decls.size());
433 for (auto SubDecl : Decls)
584 // Filter out sub-Decls which will not be processed in order to get an
586 llvm::SmallVector<const Decl *, 16> Decls;
589 Decls.push_back(SubDecl);
597 ID.AddInteger(Decls.size());
598 for (auto SubDecl : Decls) {
622 // Filter out sub-Decls which will not be processed in order to get an
624 llvm::SmallVector<const Decl *, 16> Decls;
627 Decls.push_back(SubDecl);
630 ID.AddInteger(Decls.size());
631 for (const Decl *SubDecl : Decls)
650 // Filter out sub-Decls which will not be processed in order to get an
652 llvm::SmallVector<const Decl *, 16> Decls;
655 Decls.push_back(SubDecl);
657 ID.AddInteger(Decls.size());
658 for (auto *SubDecl : Decls)
740 // Filter out sub-Decls which will not be processed in order to get an
742 llvm::SmallVector<const Decl *, 16> Decls;
745 Decls.push_back(SubDecl);
749 ID.AddInteger(Decls.size());
750 for (auto SubDecl : Decls) {
766 // Filter out sub-Decls which will not be processed in order to get an
768 llvm::SmallVector<const Decl *, 16> Decls;
772 Decls.push_back(SubDecl);
776 ID.AddInteger(Decls.size());
777 for (auto SubDecl : Decls) {
793 // Filter out sub-Decls which will not be processed in order to get an
795 llvm::SmallVector<const Decl *, 16> Decls;
798 Decls.push_back(SubDecl);
802 ID.AddInteger(Decls.size());
803 for (auto *SubDecl : Decls) {