Lines Matching refs:Decls

419         llvm::SmallVector<const Decl *, 16> Decls;  in VisitObjCMethodDecl()  local
422 Decls.push_back(SubDecl); in VisitObjCMethodDecl()
424 ID.AddInteger(Decls.size()); in VisitObjCMethodDecl()
425 for (auto SubDecl : Decls) in VisitObjCMethodDecl()
577 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
580 Decls.push_back(SubDecl); in AddCXXRecordDecl()
588 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
589 for (auto SubDecl : Decls) { in AddCXXRecordDecl()
615 llvm::SmallVector<const Decl *, 16> Decls; in AddRecordDecl() local
618 Decls.push_back(SubDecl); in AddRecordDecl()
621 ID.AddInteger(Decls.size()); in AddRecordDecl()
622 for (const Decl *SubDecl : Decls) in AddRecordDecl()
643 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCInterfaceDecl() local
646 Decls.push_back(SubDecl); in AddObjCInterfaceDecl()
648 ID.AddInteger(Decls.size()); in AddObjCInterfaceDecl()
649 for (auto *SubDecl : Decls) in AddObjCInterfaceDecl()
727 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
730 Decls.push_back(SubDecl); in AddFunctionDecl()
734 ID.AddInteger(Decls.size()); in AddFunctionDecl()
735 for (auto SubDecl : Decls) { in AddFunctionDecl()
753 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
757 Decls.push_back(SubDecl); in AddEnumDecl()
761 ID.AddInteger(Decls.size()); in AddEnumDecl()
762 for (auto SubDecl : Decls) { in AddEnumDecl()
780 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCProtocolDecl() local
783 Decls.push_back(SubDecl); in AddObjCProtocolDecl()
787 ID.AddInteger(Decls.size()); in AddObjCProtocolDecl()
788 for (auto *SubDecl : Decls) { in AddObjCProtocolDecl()