Searched refs:FileChangeType (Results 1 – 2 of 2) sorted by relevance
740 enum class FileChangeType { enum748 bool fromJSON(const llvm::json::Value &E, FileChangeType &Out,755 FileChangeType type = FileChangeType::Created;
530 bool fromJSON(const llvm::json::Value &E, FileChangeType &Out, in fromJSON()533 if (*T < static_cast<int>(FileChangeType::Created) || in fromJSON()534 *T > static_cast<int>(FileChangeType::Deleted)) in fromJSON()536 Out = static_cast<FileChangeType>(*T); in fromJSON()