OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginOffs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp
149
FileOffset
BeginOffs
= InsertFromRangeOffs;
150
FileOffset EndOffs =
BeginOffs
.getWithOffset(Len);
151
FileEditsTy::iterator I = FileEdits.upper_bound(
BeginOffs
);
160
if (
BeginOffs
== B)
163
if (
BeginOffs
< E) {
164
if (
BeginOffs
> B) {
165
BeginOffs
= E;
177
if (
BeginOffs
< B) {
179
StringRef text = getSourceText(
BeginOffs
, B, Invalid);
185
BeginOffs
= E
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h
100
void commitRemove(SourceLocation OrigLoc, FileOffset
BeginOffs
, unsigned Len);
102
StringRef getSourceText(FileOffset
BeginOffs
, FileOffset EndOffs,
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
1338
unsigned
BeginOffs
= Start.getOffset();
1339
unsigned EndOffs =
BeginOffs
+ Length;
1340
if (LocOffs >=
BeginOffs
&& LocOffs < EndOffs) {
1342
*RelativeOffset = LocOffs -
BeginOffs
;
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
1872
unsigned
BeginOffs
;
1873
if (!isInFileID(SpellLoc, FID, &
BeginOffs
))
1876
unsigned EndOffs =
BeginOffs
+ ExpansionLength;
1898
MacroArgsCache[
BeginOffs
] = ExpansionLoc;
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
865
unsigned
BeginOffs
;
866
std::tie(FID,
BeginOffs
) = SM.getDecomposedLoc(Begin);
872
BeginOffs
> EndOffs)
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026