HomeSort by relevance Sort by last modified time
    Searched full:rewrite (Results 201 - 225 of 1318) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Rewriter/
rewrite-cast-ivar-access.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-cast-ivar-modern-access.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-foreach-5.m 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-forward-class.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-local-externs-in-block.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-modern-block.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-modern-ivars.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-modern-nested-ivar.mm 2 // RUN: %clang_cc1 -fblocks -rewrite-objc -fms-extensions %t.m -o %t-rw.cpp
rewrite-modern-private-ivars.mm 1 // RUN: %clang_cc1 -fblocks -rewrite-objc -fms-extensions %s -o %t-rw.cpp
rewrite-modern-struct-ivar-1.mm 1 // RUN: %clang_cc1 -fblocks -rewrite-objc -fms-extensions %s -o %t-rw.cpp
rewrite-modern-try-catch-finally.m 1 // RUN: %clang_cc1 -x objective-c -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-modern-typeof.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
rewrite-protocol-qualified.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-super-message.mm 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-typeof.mm 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
  /external/clang/test/SemaObjCXX/
unknown-anytype.mm 50 // - rewrite the function expression to have a type that doesn't
  /external/clang/unittests/Tooling/
RewriterTestContext.h 23 #include "clang/Rewrite/Core/Rewriter.h"
44 Rewrite(Sources, Options) {
92 Rewrite.getEditBuffer(ID).write(OS);
114 Rewriter Rewrite;
  /external/compiler-rt/lib/asan/
asanwrapper.cc 31 // TODO(eugenis): rewrite to <dirname>/asan/<basename>, if exists?
  /external/kernel-headers/original/linux/
tegra_rpc.h 7 * Based on original code from NVIDIA, and a partial rewrite by:
  /external/libsepol/man/man3/
sepol_genbools.3 3 sepol_genbools \- Rewrite a binary policy with different boolean settings
  /external/llvm/test/Transforms/Inline/
dynamic_alloca_test.ll 8 ; FIXME: This test is xfailed because the inline cost rewrite disabled *all*
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java 93 // rewrite e to be e_[rec_arg]
108 //System.out.println("binaryAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
134 //System.out.println("ternaryAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
145 // rewrite e to be e_[rec_arg]
160 //System.out.println("prefixAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
176 // System.out.println("suffixAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
189 //System.out.println("otherAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTTreeParser.stg 35 * Auto build or rewrite
57 /** What to emit when there is no rewrite rule. For auto build
185 <else> <! rewrite mode !>
274 /** rule when output=AST and tracking for rewrite */
280 /** x+=rule when output=AST and tracking for rewrite */
285 /** ^(rule ...) rewrite */
291 /** ^(x+=rule ...) rewrite */
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
tree-rewrite.rb 565 rewrite=true;
591 rewrite=true;
609 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleFlatTree; rewrite=true;}
627 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree; rewrite=true;}
645 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree2; rewrite=true;}
664 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree3; rewrite=true;}
683 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree4; rewrite=true;}
702 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteModeChainRuleTree5; rewrite=true;}
721 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteOfRuleRef; rewrite=true;}
737 options {language=Ruby; output=AST; ASTLabelType=CommonTree; tokenVocab=RewriteOfRuleRefRoot; rewrite=true;
    [all...]
  /external/clang/include/clang/Tooling/
Refactoring.h 114 bool apply(Rewriter &Rewrite) const;
140 /// \brief Apply all replacements in \p Replaces to the Rewriter \p Rewrite.
146 bool applyAllReplacements(const Replacements &Replaces, Rewriter &Rewrite);
185 bool applyAllReplacements(Rewriter &Rewrite);
189 int saveRewrittenFiles(Rewriter &Rewrite);

Completed in 3671 milliseconds

1 2 3 4 5 6 7 891011>>