Lines Matching defs:Decls
424 // Filter out sub-Decls which will not be processed in order to get an
426 llvm::SmallVector<const Decl *, 16> Decls;
429 Decls.push_back(SubDecl);
431 ID.AddInteger(Decls.size());
432 for (auto SubDecl : Decls)
582 // Filter out sub-Decls which will not be processed in order to get an
584 llvm::SmallVector<const Decl *, 16> Decls;
587 Decls.push_back(SubDecl);
595 ID.AddInteger(Decls.size());
596 for (auto SubDecl : Decls) {
620 // Filter out sub-Decls which will not be processed in order to get an
622 llvm::SmallVector<const Decl *, 16> Decls;
625 Decls.push_back(SubDecl);
628 ID.AddInteger(Decls.size());
629 for (const Decl *SubDecl : Decls)
648 // Filter out sub-Decls which will not be processed in order to get an
650 llvm::SmallVector<const Decl *, 16> Decls;
653 Decls.push_back(SubDecl);
655 ID.AddInteger(Decls.size());
656 for (auto *SubDecl : Decls)
738 // Filter out sub-Decls which will not be processed in order to get an
740 llvm::SmallVector<const Decl *, 16> Decls;
743 Decls.push_back(SubDecl);
747 ID.AddInteger(Decls.size());
748 for (auto SubDecl : Decls) {
764 // Filter out sub-Decls which will not be processed in order to get an
766 llvm::SmallVector<const Decl *, 16> Decls;
770 Decls.push_back(SubDecl);
774 ID.AddInteger(Decls.size());
775 for (auto SubDecl : Decls) {
791 // Filter out sub-Decls which will not be processed in order to get an
793 llvm::SmallVector<const Decl *, 16> Decls;
796 Decls.push_back(SubDecl);
800 ID.AddInteger(Decls.size());
801 for (auto *SubDecl : Decls) {