Searched refs:RecordLocation (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dtext_format.h388 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
493 static inline void RecordLocation(ParseInfoTree* info_tree,
502 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, function in class:google::protobuf::TextFormat
505 info_tree->RecordLocation(field, location);
H A Dtext_format.cc147 void TextFormat::ParseInfoTree::RecordLocation( function in class:google::protobuf::TextFormat::ParseInfoTree
547 RecordLocation(parse_info_tree_, field,
/external/clang/include/clang/Serialization/
H A DASTReader.h1165 struct RecordLocation { struct in class:clang::ASTReader
1166 RecordLocation(ModuleFile *M, uint64_t O) function in struct:clang::ASTReader::RecordLocation
1177 RecordLocation TypeCursorForIndex(unsigned Index);
1187 RecordLocation DeclCursorForID(serialization::DeclID ID,
1194 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp218 ASTDeclReader(ASTReader &Reader, ASTReader::RecordLocation Loc,
2520 ASTReader::RecordLocation
2528 return RecordLocation(M, DOffs.BitOffset);
2531 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
2536 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset);
3206 RecordLocation Loc = DeclCursorForID(ID, DeclLoc);
3506 ASTDeclReader Reader(*this, RecordLocation(F, Offset), ID,
H A DASTReader.cpp5184 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) {
5188 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]);
5198 RecordLocation Loc = TypeCursorForIndex(Index);
6286 RecordLocation Loc = getLocalBitOffset(Offset);
6305 RecordLocation Loc = getLocalBitOffset(Offset);
6515 RecordLocation Loc = getLocalBitOffset(Offset);

Completed in 131 milliseconds