Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp67 std::string NewSuffix; member in __anon996191820111::FixItActionSuffixInserter
70 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
71 : NewSuffix(std::move(NewSuffix)) { in FixItActionSuffixInserter()
79 NewSuffix + llvm::sys::path::extension(Path)); in RewriteFilename()