15#ifndef LLVM_CLANG_TOOLING_REFACTORING_RENAME_USRLOCFINDER_H
16#define LLVM_CLANG_TOOLING_REFACTORING_RENAME_USRLOCFINDER_H
22#include "llvm/ADT/StringRef.h"
37std::vector<tooling::AtomicChange>
39 llvm::StringRef NewName, Decl *TranslationUnitDecl);
47 StringRef PrevName, Decl *Decl);
The JSON file list parser is used to communicate input to InstallAPI.