Lines Matching refs:Decls
488 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
491 Decls.push_back(SubDecl); in AddCXXRecordDecl()
499 ID.AddInteger(Decls.size()); in AddCXXRecordDecl()
500 for (auto SubDecl : Decls) { in AddCXXRecordDecl()
589 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
592 Decls.push_back(SubDecl); in AddFunctionDecl()
596 ID.AddInteger(Decls.size()); in AddFunctionDecl()
597 for (auto SubDecl : Decls) { in AddFunctionDecl()
615 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
619 Decls.push_back(SubDecl); in AddEnumDecl()
623 ID.AddInteger(Decls.size()); in AddEnumDecl()
624 for (auto SubDecl : Decls) { in AddEnumDecl()