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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
38 class RewriteObjC : public ASTConsumer { class in namespace:__anon525
152 RewriteObjC &R;
156 DisableReplaceStmtScope(RewriteObjC &R)
193 RewriteObjC(std::string inFile, std::unique_ptr<raw_ostream> OS,
197 ~RewriteObjC() override {}
507 class RewriteObjCFragileABI : public RewriteObjC {
512 : RewriteObjC(inFile, std::move(OS), D, LOpts, silenceMacroWarn) {}
544 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
557 void RewriteObjC
577 RewriteObjC::RewriteObjC(std::string inFile, std::unique_ptr<raw_ostream> OS, function in class:RewriteObjC
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp105 case RewriteObjC: return std::make_unique<RewriteObjCAction>();
107 case RewriteObjC: Action = "RewriteObjC"; break;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h120 RewriteObjC, enumerator in enum:clang::frontend::ActionKind
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1028 if (FEOpts.ProgramAction == frontend::RewriteObjC ||
H A DCompilerInvocation.cpp1817 Opts.ProgramAction = frontend::RewriteObjC; break;
3334 case frontend::RewriteObjC:
3584 if (Res.getFrontendOpts().ProgramAction == frontend::RewriteObjC)
H A DCompilerInstance.cpp943 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)

Completed in 145 milliseconds