Home
last modified time | relevance | path

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

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