Searched refs:CurrentCode (Results 1 – 2 of 2) sorted by relevance
70 std::optional<std::string> CurrentCode; in analyze() local75 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in analyze()79 CurrentCode = std::move(*NewCode); in analyze()81 *CurrentCode, FileName, in analyze()
3535 std::optional<std::string> CurrentCode; in reformat() local3541 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in reformat()3546 CurrentCode = std::move(*NewCode); in reformat()3548 *CurrentCode, FileName, in reformat()