Home
last modified time | relevance | path

Searched refs:FilePathToFileID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-move/
H A DMove.h193 llvm::StringMap<FileID> FilePathToFileID; variable
H A DMove.cpp496 FilePathToFileID[FilePath] = SM.getFileID(Loc); in addRemovedDecl()
779 auto SI = FilePathToFileID.find(FilePath); in removeDeclsInOldFiles()
781 if (SI == FilePathToFileID.end()) continue; in removeDeclsInOldFiles()