OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrigEnd
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
444
const uint8_t *
OrigEnd
= Ctx.End;
445
while (Ctx.Ptr <
OrigEnd
) {
446
Ctx.End =
OrigEnd
;
496
if (Ctx.Ptr !=
OrigEnd
)
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
364
SourceLocation
OrigEnd
);
1685
SourceLocation
OrigEnd
) {
1830
SourceLocation endBodyLoc =
OrigEnd
.getLocWithOffset(1);
1840
const char *stmtBuf = SM->getCharacterData(
OrigEnd
);
1843
SourceLocation endBodyLoc =
OrigEnd
.getLocWithOffset(semiBuf-stmtBuf+1);
RewriteObjC.cpp
307
SourceLocation
OrigEnd
);
1481
SourceLocation
OrigEnd
) {
1623
SourceLocation endBodyLoc =
OrigEnd
.getLocWithOffset(1);
1633
const char *stmtBuf = SM->getCharacterData(
OrigEnd
);
1636
SourceLocation endBodyLoc =
OrigEnd
.getLocWithOffset(semiBuf-stmtBuf+1);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
11388
OrigEnd
= InitFieldIndex.end();
11389
UsedIter != UsedEnd && OrigIter !=
OrigEnd
; ++UsedIter, ++OrigIter) {
SemaDeclCXX.cpp
3591
OrigEnd
= InitFieldIndex.end();
3592
UsedIter != UsedEnd && OrigIter !=
OrigEnd
; ++UsedIter, ++OrigIter) {
Completed in 64 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026