Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp38 class RewriteObjC : public ASTConsumer { class
152 RewriteObjC &R;
156 DisableReplaceStmtScope(RewriteObjC &R) in DisableReplaceStmtScope()
193 RewriteObjC(std::string inFile, std::unique_ptr<raw_ostream> OS,
197 ~RewriteObjC() override {} in ~RewriteObjC()
508 class RewriteObjCFragileABI : public RewriteObjC {
513 : RewriteObjC(inFile, std::move(OS), D, LOpts, silenceMacroWarn) {} in RewriteObjCFragileABI()
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
578 RewriteObjC::RewriteObjC(std::string inFile, std::unique_ptr<raw_ostream> OS, in RewriteObjC() function in RewriteObjC
[all …]
/src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp114 case RewriteObjC: return std::make_unique<RewriteObjCAction>(); in CreateFrontendBaseAction()
116 case RewriteObjC: Action = "RewriteObjC"; break; in CreateFrontendBaseAction()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h133 RewriteObjC, enumerator
/src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1404 if (FEOpts.ProgramAction == frontend::RewriteObjC || in InitializePredefinedMacros()
H A DCompilerInvocation.cpp2646 {frontend::RewriteObjC, OPT_rewrite_objc}, in getFrontendActionTable()
4486 case frontend::RewriteObjC: in isStrictlyPreprocessorAction()
4820 if (Res.getFrontendOpts().ProgramAction == frontend::RewriteObjC) in CreateFromArgsImpl()
H A DCompilerInstance.cpp1034 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()