Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp59 std::string NewSuffix; member in __anonf99be6390111::FixItActionSuffixInserter
62 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
63 : NewSuffix(NewSuffix) { in FixItActionSuffixInserter()
71 NewSuffix + llvm::sys::path::extension(Path)); in RewriteFilename()