Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2887 llvm::Optional<std::string> CurrentCode = None; in reformat() local
2893 CurrentCode ? StringRef(*CurrentCode) : Code, PassFixes.first); in reformat()
2898 CurrentCode = std::move(*NewCode); in reformat()
2900 *CurrentCode, FileName, in reformat()