Lines Matching refs:Decls
478 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
481 Decls.push_back(SubDecl); in AddCXXRecordDecl()
489 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
490 for (auto SubDecl : Decls) { in AddCXXRecordDecl()
579 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
582 Decls.push_back(SubDecl); in AddFunctionDecl()
586 ID.AddInteger(Decls.size()); in AddFunctionDecl()
587 for (auto SubDecl : Decls) { in AddFunctionDecl()
605 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
609 Decls.push_back(SubDecl); in AddEnumDecl()
613 ID.AddInteger(Decls.size()); in AddEnumDecl()
614 for (auto SubDecl : Decls) { in AddEnumDecl()