Lines Matching refs:Decls
489 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
492 Decls.push_back(SubDecl); in AddCXXRecordDecl()
500 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
501 for (auto SubDecl : Decls) { in AddCXXRecordDecl()
590 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
593 Decls.push_back(SubDecl); in AddFunctionDecl()
597 ID.AddInteger(Decls.size()); in AddFunctionDecl()
598 for (auto SubDecl : Decls) { in AddFunctionDecl()
616 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
620 Decls.push_back(SubDecl); in AddEnumDecl()
624 ID.AddInteger(Decls.size()); in AddEnumDecl()
625 for (auto SubDecl : Decls) { in AddEnumDecl()