OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BeginOffs
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Edit/
EditedSource.cpp
93
FileOffset
BeginOffs
= InsertFromRangeOffs;
94
FileOffset EndOffs =
BeginOffs
.getWithOffset(Len);
95
FileEditsTy::iterator I = FileEdits.upper_bound(
BeginOffs
);
104
if (
BeginOffs
== B)
107
if (
BeginOffs
< E) {
108
if (
BeginOffs
> B) {
109
BeginOffs
= E;
121
if (
BeginOffs
< B) {
123
StringRef text = getSourceText(
BeginOffs
, B, Invalid);
129
BeginOffs
= E
[
all
...]
/external/clang/include/clang/Basic/
SourceManager.h
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
[
all
...]
/external/clang/lib/Lex/
Lexer.cpp
857
unsigned
BeginOffs
;
858
llvm::tie(FID,
BeginOffs
) = SM.getDecomposedLoc(Begin);
864
BeginOffs
> EndOffs)
[
all
...]
Completed in 364 milliseconds