OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rewrite
(Results
51 - 75
of
1034
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/Tooling/
Refactoring.cpp
19
#include "clang/
Rewrite
/Core/Rewriter.h"
50
bool Replacement::apply(Rewriter &
Rewrite
) const {
51
SourceManager &SM =
Rewrite
.getSourceMgr();
69
bool RewriteSucceeded = !
Rewrite
.ReplaceText(Start, Length, ReplacementText);
124
bool applyAllReplacements(Replacements &Replaces, Rewriter &
Rewrite
) {
130
Result = I->apply(
Rewrite
) && Result;
138
bool saveRewrittenFiles(Rewriter &
Rewrite
) {
139
for (Rewriter::buffer_iterator I =
Rewrite
.buffer_begin(),
140
E =
Rewrite
.buffer_end();
146
Rewrite
.getSourceMgr().getFileEntryForID(I->first)
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js
5
/** Base class for all exceptions thrown during AST
rewrite
construction.
RewriteEarlyExitException.js
1
/** No elements within a (...)+ in a
rewrite
rule */
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
21
#include "clang/
Rewrite
/Core/Rewriter.h"
145
// Do depth first; we want to
rewrite
the subexpressions first so that if
168
Rewriter &
Rewrite
;
171
RewritesReceiver(Rewriter &
Rewrite
) :
Rewrite
(
Rewrite
) { }
174
Rewrite
.InsertText(loc, text);
177
Rewrite
.ReplaceText(range.getBegin(),
Rewrite
.getRangeSize(range), text);
/external/clang/test/Frontend/
rewrite-includes-missing.c
7
// CHECK-NEXT: {{^}}# 4 "{{.*}}
rewrite
-includes-missing.c" 2{{$}}
/external/clang/test/Rewriter/
crash.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
objc-bool-literal-check-modern.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc %t.mm -o - | FileCheck %s
objc-bool-literal-modern-1.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc %s -o %t-rw.cpp
objc-modern-getclass-proto.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp
objc-modern-linkage-spec.mm
1
// RUN: %clang_cc1 -x objective-c++ -fms-extensions -
rewrite
-objc %s -o %t-rw.cpp
rewrite-anonymous-union.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
rewrite-category-property.mm
1
// RUN: %clang_cc1 -x objective-c++ -fms-extensions -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
rewrite-foreach-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-foreach-2.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-foreach-3.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-foreach-4.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-implementation.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-modern-super.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc %s -o %t-rw.cpp
rewrite-no-nextline.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-protocol-type-1.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
rewrite-qualified-id.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
undecl-objc-h.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
blockcast3.mm
2
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 %t.mm -o %t-rw.cpp
4
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -
rewrite
-objc %t.mm -o %t-modern-rw.cpp
rewrite-block-literal-1.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
4
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -
rewrite
-objc %s -o %t-modern-rw.cpp
/external/clang/test/SemaObjC/
method-encoding-2.m
2
// TODO: We don't support
rewrite
of method definitions
Completed in 237 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>