Searched refs:around_sep (Results 1 – 1 of 1) sorted by relevance
613 std::pair<llvm::StringRef, llvm::StringRef> around_sep = curpos.split(backup_sep); in RemoveBackupDots() local615 before_sep = around_sep.first; in RemoveBackupDots()616 curpos = around_sep.second; in RemoveBackupDots()