Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp66 std::string NewSuffix; member in __anon7c0653cb0111::FixItActionSuffixInserter
69 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
70 : NewSuffix(std::move(NewSuffix)) { in FixItActionSuffixInserter()
78 NewSuffix + llvm::sys::path::extension(Path)); in RewriteFilename()