Searched refs:file_path_map (Results 1 – 1 of 1) sorted by relevance
896 std::unordered_map<std::string, int64_t /*file handle id*/> file_path_map; in PerformCompilation() local918 auto it = file_path_map.find(event.filename); in PerformCompilation()919 if (it == file_path_map.end()) { in PerformCompilation()921 file_path_map[event.filename] = file_handle; in PerformCompilation()