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

  /external/clang/lib/Rewrite/Frontend/
Android.mk 30 RewriteObjC.cpp \
RewriteObjC.cpp 1 //===--- RewriteObjC.cpp - Playground for the code rewriter ---------------===//
36 class RewriteObjC : public ASTConsumer {
151 RewriteObjC &R;
155 DisableReplaceStmtScope(RewriteObjC &R)
190 RewriteObjC(std::string inFile, raw_ostream *OS,
194 ~RewriteObjC() {}
506 class RewriteObjCFragileABI : public RewriteObjC {
511 bool silenceMacroWarn) : RewriteObjC(inFile, OS,
546 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND)
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 99 case RewriteObjC: return new RewriteObjCAction();
103 case RewriteObjC: Action = "RewriteObjC"; break;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 52 RewriteObjC, ///< ObjC->C Rewriter.
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 655 Opts.ProgramAction = frontend::RewriteObjC; break;
    [all...]
CompilerInstance.cpp 666 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
    [all...]
InitPreprocessor.cpp 625 if (FEOpts.ProgramAction == frontend::RewriteObjC)
    [all...]

Completed in 70 milliseconds