HomeSort by relevance Sort by last modified time
    Searched refs:RewriteObjC (Results 1 - 8 of 8) 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() {}
515 class RewriteObjCFragileABI : public RewriteObjC {
520 bool silenceMacroWarn) : RewriteObjC(inFile, OS,
554 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
567 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND)
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 103 case RewriteObjC: return new RewriteObjCAction();
107 case RewriteObjC: Action = "RewriteObjC"; break;
  /external/clang/include/clang/Frontend/
FrontendOptions.h 53 RewriteObjC, ///< ObjC->C Rewriter.
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 160 case RewriteObjC: return new RewriteObjCAction();
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 773 Opts.ProgramAction = frontend::RewriteObjC; break;
    [all...]
InitPreprocessor.cpp     [all...]
CompilerInstance.cpp 789 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
    [all...]

Completed in 1102 milliseconds