Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
H A DCMakeLists.txt12 RewriteObjC.cpp
/netbsd-src/external/apache2/llvm/lib/libclangFrontendRewrite/
H A DMakefile15 RewriteObjC.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Frontend/Rewrite/
H A DBUILD.gn21 "RewriteObjC.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp107 case RewriteObjC: return std::make_unique<RewriteObjCAction>(); in CreateFrontendBaseAction()
109 case RewriteObjC: Action = "RewriteObjC"; break; in CreateFrontendBaseAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h121 RewriteObjC, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp1095 if (FEOpts.ProgramAction == frontend::RewriteObjC || in InitializePredefinedMacros()
H A DCompilerInvocation.cpp2393 {frontend::RewriteObjC, OPT_rewrite_objc}, in getFrontendActionTable()
4068 case frontend::RewriteObjC: in isStrictlyPreprocessorAction()
4393 if (Res.getFrontendOpts().ProgramAction == frontend::RewriteObjC) in CreateFromArgsImpl()
H A DCompilerInstance.cpp944 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()