OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordLocation
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
1351
struct
RecordLocation
{
1355
RecordLocation
(ModuleFile *M, uint64_t O) : F(M), Offset(O) {}
1359
RecordLocation
TypeCursorForIndex(unsigned Index);
1369
RecordLocation
DeclCursorForID(serialization::DeclID ID,
1376
RecordLocation
getLocalBitOffset(uint64_t GlobalOffset);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
83
ASTReader::
RecordLocation
Loc;
250
ASTReader::
RecordLocation
Loc,
2866
ASTReader::
RecordLocation
2874
return
RecordLocation
(M, DOffs.getBitOffset(M->DeclsBlockStartOffset));
2877
ASTReader::
RecordLocation
ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
2881
return
RecordLocation
(I->second, GlobalOffset - I->second->GlobalBitOffset);
3763
RecordLocation
Loc = DeclCursorForID(ID, DeclLoc);
4189
ASTDeclReader Reader(*this, Record,
RecordLocation
(F, Offset), ID,
ASTReader.cpp
6370
ASTReader::
RecordLocation
ASTReader::TypeCursorForIndex(unsigned Index) {
6374
return
RecordLocation
(
6397
RecordLocation
Loc = TypeCursorForIndex(Index);
7221
RecordLocation
Loc = getLocalBitOffset(Offset);
7255
RecordLocation
Loc = getLocalBitOffset(Offset);
7487
RecordLocation
Loc = getLocalBitOffset(Offset);
Completed in 47 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026