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
1318
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libsepol/man/man8/
genpolbools.8
3
genpolbools \-
Rewrite
a binary policy with different boolean settings
/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(
126
bool applyAllReplacements(const Replacements &Replaces, Rewriter &
Rewrite
) {
132
Result = I->apply(
Rewrite
) && Result;
148
Rewriter
Rewrite
(SourceMgr, LangOptions());
159
if (!Replace.apply(
Rewrite
))
164
Rewrite
.getEditBuffer(ID).write(OS);
200
Rewriter
Rewrite
(Sources, DefaultLangOptions)
[
all
...]
/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
...]
/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/test/Frontend/
rewrite-includes-missing.c
7
// CHECK-NEXT: {{^}}# 4 "{{.*}}
rewrite
-includes-missing.c"{{$}}
rewrite-macros.c
1
// RUN: %clang_cc1 %s -verify -
rewrite
-macros -o %t
/external/clang/test/Rewriter/
crash.m
1
// RUN: %clang_cc1 -
rewrite
-objc -fobjc-runtime=macosx-fragile-10.5 -o - %s
no-integrated-preprocessing-64bit.m
1
// RUN: %clang -target x86_64-unkown-unknown -fms-extensions -
rewrite
-objc %s -o - | FileCheck %s
no-integrated-preprocessing.m
1
// RUN: %clang -arch i386 -fms-extensions -
rewrite
-objc %s -o %t-rw.cpp
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-qualified-type.mm
1
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -
rewrite
-objc %s -o %t-modern-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 -
Completed in 275 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>