Lines Matching refs:Decls

415         llvm::SmallVector<const Decl *, 16> Decls;  in VisitObjCMethodDecl()  local
418 Decls.push_back(SubDecl); in VisitObjCMethodDecl()
420 ID.AddInteger(Decls.size()); in VisitObjCMethodDecl()
421 for (auto SubDecl : Decls) in VisitObjCMethodDecl()
573 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
576 Decls.push_back(SubDecl); in AddCXXRecordDecl()
584 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
585 for (auto SubDecl : Decls) { in AddCXXRecordDecl()
611 llvm::SmallVector<const Decl *, 16> Decls; in AddRecordDecl() local
614 Decls.push_back(SubDecl); in AddRecordDecl()
617 ID.AddInteger(Decls.size()); in AddRecordDecl()
618 for (const Decl *SubDecl : Decls) in AddRecordDecl()
639 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCInterfaceDecl() local
642 Decls.push_back(SubDecl); in AddObjCInterfaceDecl()
644 ID.AddInteger(Decls.size()); in AddObjCInterfaceDecl()
645 for (auto *SubDecl : Decls) in AddObjCInterfaceDecl()
719 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
722 Decls.push_back(SubDecl); in AddFunctionDecl()
726 ID.AddInteger(Decls.size()); in AddFunctionDecl()
727 for (auto SubDecl : Decls) { in AddFunctionDecl()
745 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
749 Decls.push_back(SubDecl); in AddEnumDecl()
753 ID.AddInteger(Decls.size()); in AddEnumDecl()
754 for (auto SubDecl : Decls) { in AddEnumDecl()
772 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCProtocolDecl() local
775 Decls.push_back(SubDecl); in AddObjCProtocolDecl()
779 ID.AddInteger(Decls.size()); in AddObjCProtocolDecl()
780 for (auto *SubDecl : Decls) { in AddObjCProtocolDecl()