Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp60 std::string NewSuffix; member in __anonff79c2ed0111::FixItActionSuffixInserter
63 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
64 : NewSuffix(std::move(NewSuffix)) { in FixItActionSuffixInserter()
72 NewSuffix + llvm::sys::path::extension(Path)); in RewriteFilename()