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
91
FileOffset
BeginOffs
= InsertFromRangeOffs;
92
FileOffset EndOffs =
BeginOffs
.getWithOffset(Len);
93
FileEditsTy::iterator I = FileEdits.upper_bound(
BeginOffs
);
102
if (
BeginOffs
== B)
105
if (
BeginOffs
< E) {
106
if (
BeginOffs
> B) {
107
BeginOffs
= E;
119
if (
BeginOffs
< B) {
121
StringRef text = getSourceText(
BeginOffs
, B, Invalid);
127
BeginOffs
= E
[
all
...]
/external/clang/include/clang/Basic/
SourceManager.h
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
[
all
...]
/external/clang/lib/Lex/
Lexer.cpp
849
unsigned
BeginOffs
;
850
std::tie(FID,
BeginOffs
) = SM.getDecomposedLoc(Begin);
856
BeginOffs
> EndOffs)
[
all
...]
Completed in 249 milliseconds