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

/external/protobuf/src/google/protobuf/
H A Dtext_format.h344 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
449 static inline void RecordLocation(ParseInfoTree* info_tree,
458 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, function in class:google::protobuf::TextFormat
461 info_tree->RecordLocation(field, location);
H A Dtext_format.cc125 void TextFormat::ParseInfoTree::RecordLocation( function in class:google::protobuf::TextFormat::ParseInfoTree
502 RecordLocation(parse_info_tree_, field,
/external/clang/include/clang/Serialization/
H A DASTReader.h1163 struct RecordLocation { struct in class:clang::ASTReader
1164 RecordLocation(ModuleFile *M, uint64_t O) function in struct:clang::ASTReader::RecordLocation
1175 RecordLocation TypeCursorForIndex(unsigned Index);
1197 RecordLocation DeclCursorForID(serialization::DeclID ID,
1204 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2343 ASTReader::RecordLocation
2349 return RecordLocation(It->second.Mod, It->second.Offset);
2358 return RecordLocation(M, DOffs.BitOffset);
2361 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
2366 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset);
2968 RecordLocation Loc = DeclCursorForID(ID, RawLocation);
H A DASTReader.cpp5216 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) {
5220 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]);
5230 RecordLocation Loc = TypeCursorForIndex(Index);
6209 RecordLocation Loc = getLocalBitOffset(Offset);
6240 RecordLocation Loc = getLocalBitOffset(Offset);
6308 RecordLocation Rec = DeclCursorForID(ID, RawLocation);
6433 RecordLocation Loc = getLocalBitOffset(Offset);

Completed in 190 milliseconds