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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h115 std::vector<std::pair<std::string, std::string>> *RewrittenFiles = nullptr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp117 std::vector<std::pair<std::string, std::string> > RewrittenFiles; local
139 err = Rewriter.WriteFixedFiles(&RewrittenFiles);
155 RewrittenFiles.begin(), RewrittenFiles.end());
H A DFixItRewriter.cpp79 std::vector<std::pair<std::string, std::string>> *RewrittenFiles) {
115 if (RewrittenFiles)
116 RewrittenFiles->push_back(std::make_pair(Entry->getName(), Filename));
78 WriteFixedFiles( std::vector<std::pair<std::string, std::string>> *RewrittenFiles) argument

Completed in 30 milliseconds