Home
last modified time | relevance | path

Searched refs:RecordLocation (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h488 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
604 static inline void RecordLocation(ParseInfoTree* info_tree,
613 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function
616 info_tree->RecordLocation(field, location); in RecordLocation()
Dtext_format.cc140 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree
616 RecordLocation(parse_info_tree_, field, in ConsumeField()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1345 struct RecordLocation { struct
1349 RecordLocation(ModuleFile *M, uint64_t O) : F(M), Offset(O) {} in RecordLocation() argument
1353 RecordLocation TypeCursorForIndex(unsigned Index);
1363 RecordLocation DeclCursorForID(serialization::DeclID ID,
1370 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/clang/include/clang/Serialization/
DASTReader.h1165 struct RecordLocation { struct
1166 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() argument
1177 RecordLocation TypeCursorForIndex(unsigned Index); argument
1187 RecordLocation DeclCursorForID(serialization::DeclID ID,
1194 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp83 ASTReader::RecordLocation Loc;
250 ASTReader::RecordLocation Loc, in ASTDeclReader()
2864 ASTReader::RecordLocation
2872 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID()
2875 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset()
2879 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
3761 RecordLocation Loc = DeclCursorForID(ID, DeclLoc); in ReadDeclRecord()
4187 ASTDeclReader Reader(*this, Record, RecordLocation(F, Offset), ID, in loadDeclUpdateRecords()
DASTReader.cpp6343 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex()
6347 return RecordLocation( in TypeCursorForIndex()
6370 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord()
7189 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers()
7223 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()
7455 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp218 ASTDeclReader(ASTReader &Reader, ASTReader::RecordLocation Loc, in ASTDeclReader()
2520 ASTReader::RecordLocation
2528 return RecordLocation(M, DOffs.BitOffset); in DeclCursorForID()
2531 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset()
2536 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
3206 RecordLocation Loc = DeclCursorForID(ID, DeclLoc); in ReadDeclRecord()
3506 ASTDeclReader Reader(*this, RecordLocation(F, Offset), ID, in loadDeclUpdateRecords()
DASTReader.cpp5184 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex()
5188 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex()
5198 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord()
6286 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers()
6305 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()
6515 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()