HomeSort by relevance Sort by last modified time
    Searched refs:RewriteObjC (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
38 class RewriteObjC : public ASTConsumer {
152 RewriteObjC &R;
156 DisableReplaceStmtScope(RewriteObjC &R)
193 RewriteObjC(std::string inFile, raw_ostream *OS,
197 ~RewriteObjC() override {}
507 class RewriteObjCFragileABI : public RewriteObjC {
511 bool silenceMacroWarn) : RewriteObjC(inFile, OS,
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND)
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 93 case RewriteObjC: return llvm::make_unique<RewriteObjCAction>();
95 case RewriteObjC: Action = "RewriteObjC"; break;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 55 RewriteObjC, ///< ObjC->C Rewriter.
  /external/clang/lib/Frontend/
InitPreprocessor.cpp     [all...]
CompilerInvocation.cpp     [all...]
CompilerInstance.cpp 854 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
    [all...]

Completed in 106 milliseconds