OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditedSource
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Edit/
EditedSource.cpp
1
//===-----
EditedSource
.cpp - Collection of source edits ------------------===//
10
#include "clang/Edit/
EditedSource
.h"
26
void
EditedSource
::deconstructMacroArgLoc(SourceLocation Loc,
41
void
EditedSource
::startingCommit() {}
43
void
EditedSource
::finishedCommit() {
56
StringRef
EditedSource
::copyString(const Twine &twine) {
61
bool
EditedSource
::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
95
bool
EditedSource
::commitInsert(SourceLocation OrigLoc,
125
bool
EditedSource
::commitInsertFromRange(SourceLocation OrigLoc,
183
void
EditedSource
::commitRemove(SourceLocation OrigLoc
[
all
...]
Android.mk
7
EditedSource
.cpp \
Commit.cpp
12
#include "clang/Edit/
EditedSource
.h"
38
Commit::Commit(
EditedSource
&Editor)
/external/clang/include/clang/Edit/
EditedSource.h
1
//===-----
EditedSource
.h - Collection of source edits ----------*- C++ -*-===//
29
class
EditedSource
{
53
EditedSource
(const SourceManager &SM, const LangOptions &LangOpts,
Commit.h
23
class
EditedSource
;
51
EditedSource
*Editor;
59
explicit Commit(
EditedSource
&Editor);
/external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h
20
#include "clang/Edit/
EditedSource
.h"
64
edit::
EditedSource
Editor;
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
15
#include "clang/Edit/
EditedSource
.h"
116
edit::
EditedSource
Editor(SM, LangOpts);
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
22
#include "clang/Edit/
EditedSource
.h"
95
std::unique_ptr<edit::
EditedSource
> Editor;
129
Editor.reset(new edit::
EditedSource
(Context.getSourceManager(),
[
all
...]
Completed in 234 milliseconds