Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DQualifierAlignmentFixer.cpp70 std::optional<std::string> CurrentCode; in analyze() local
75 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in analyze()
79 CurrentCode = std::move(*NewCode); in analyze()
81 *CurrentCode, FileName, in analyze()
DFormat.cpp3535 std::optional<std::string> CurrentCode; in reformat() local
3541 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in reformat()
3546 CurrentCode = std::move(*NewCode); in reformat()
3548 *CurrentCode, FileName, in reformat()