Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h30 CreateObjCRewriter(const std::string &InFile, std::unique_ptr<raw_ostream> OS,
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp173 return CreateObjCRewriter(std::string(InFile), std::move(OS), in CreateASTConsumer()
H A DRewriteObjC.cpp593 clang::CreateObjCRewriter(const std::string &InFile, in CreateObjCRewriter() function in clang