OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLocEntryOffsets
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h
265
/// Base file offset for the offsets in
SLocEntryOffsets
. Real file offset
266
/// for the entry is SLocEntryOffsetsBase +
SLocEntryOffsets
[i].
271
const uint32_t *
SLocEntryOffsets
= nullptr;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1941
std::vector<uint32_t>
SLocEntryOffsets
;
1944
SLocEntryOffsets
.reserve(SourceMgr.local_sloc_entry_size() - 1);
1955
SLocEntryOffsets
.push_back(Offset);
2018
PreloadSLocs.push_back(
SLocEntryOffsets
.size());
2054
if (
SLocEntryOffsets
.empty())
2070
SOURCE_LOCATION_OFFSETS,
SLocEntryOffsets
.size(),
2074
bytes(
SLocEntryOffsets
));
ASTReader.cpp
1477
F->
SLocEntryOffsets
[ID - F->SLocEntryBaseID])) {
3403
F.
SLocEntryOffsets
= (const uint32_t *)Blob.data();
Completed in 49 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026