/external/clang/test/Rewriter/ |
metadata-test-2.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
objc-encoding-bug-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
objc-string-concat-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
objc-super-test.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o - | grep objc_msgSendSuper | grep MainMethod
|
objc-synchronized-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
protocol-rewrite-2.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t.cpp
|
rewrite-block-ivar-call.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
|
rewrite-eh.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -fobjc-exceptions -o - %s
|
rewrite-extern-c.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
|
va-method.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
id-test-3.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
objc-bool-literal-modern.mm | 1 // RUN: %clang_cc1 -x objective-c++ -fms-extensions -rewrite-objc %s -o %t-rw.cpp
|
rewrite-modern-protocol-1.mm | 2 // RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %t.mm -o - | FileCheck %s
|
rewrite-nest.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
rewrite-trivial-constructor.mm | 1 // RUN: %clang_cc1 -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -x objective-c++ -fblocks -o - %s
|
rewrite-try-catch.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
rewrite-weak-attr.m | 1 // RUN: %clang_cc1 -triple i686-pc-win32 -fms-extensions -fblocks -Dnil=0 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
|
static-type-protocol-1.m | 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
weak_byref_objects.m | 1 // RUN: %clang_cc1 -fblocks -triple i386-apple-darwin9 -fobjc-gc -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
|
/external/clang/test/SemaCXX/ |
templated-friend-decl.cpp | 10 // requires a rewrite of the templated friend code to be properly fixed.
|
/external/clang/unittests/Tooling/ |
RewriterTest.cpp | 18 Context.Rewrite.ReplaceText(Context.getLocation(ID, 2, 1), 5, "replaced"); 19 EXPECT_FALSE(Context.Rewrite.overwriteChangedFiles()); 27 Context.Rewrite.ReplaceText(Context.getLocation(FailingID, 1, 2), 1, "other"); 30 Context.Rewrite.ReplaceText(Context.getLocation(WorkingID, 2, 1), 5, 32 EXPECT_TRUE(Context.Rewrite.overwriteChangedFiles());
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
Simplify.g3 | 9 //rewrite=true;
|
/external/clang/test/Frontend/ |
rewrite-macros.c | 1 // RUN: %clang_cc1 -verify -rewrite-macros -o %t %s
|
/external/libsepol/man/man8/ |
genpolbools.8 | 3 genpolbools \- Rewrite a binary policy with different boolean settings
|
/external/clang/lib/Rewrite/Frontend/ |
FixItRewriter.cpp | 16 #include "clang/Rewrite/Frontend/FixItRewriter.h" 35 Rewrite(SourceMgr, LangOpts), 50 const RewriteBuffer *RewriteBuf = Rewrite.getRewriteBufferFor(ID); 60 Rewriter &Rewrite; 63 RewritesReceiver(Rewriter &Rewrite) : Rewrite(Rewrite) { } 66 Rewrite.InsertText(loc, text); 69 Rewrite.ReplaceText(range.getBegin(), Rewrite.getRangeSize(range), text) [all...] |