Searched refs:RecordLocation (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 546 void RecordLocation(const FieldDescriptor* field, ParseLocationRange range); 668 static inline void RecordLocation(ParseInfoTree* info_tree, 677 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function 680 info_tree->RecordLocation(field, location); in RecordLocation()
|
D | text_format.cc | 144 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree 652 RecordLocation(parse_info_tree_, field, in ConsumeField()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | text_format.h | 542 void RecordLocation(const FieldDescriptor* field, ParseLocationRange range); 664 static inline void RecordLocation(ParseInfoTree* info_tree, 673 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function 676 info_tree->RecordLocation(field, location); in RecordLocation()
|
D | text_format.cc | 142 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree 649 RecordLocation(parse_info_tree_, field, in ConsumeField()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1165 struct RecordLocation { struct 1166 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() function 1177 RecordLocation TypeCursorForIndex(unsigned Index); argument 1187 RecordLocation DeclCursorForID(serialization::DeclID ID, 1194 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 218 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()
|
D | ASTReader.cpp | 5184 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()
|