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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp67 std::string NewSuffix; member in class:__anon3038::FixItActionSuffixInserter
70 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) argument
71 : NewSuffix(std::move(NewSuffix)) {
79 NewSuffix + llvm::sys::path::extension(Path));

Completed in 87 milliseconds