Searched refs:RecordLocation (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 388 void RecordLocation(const FieldDescriptor* field, ParseLocation location); 493 static inline void RecordLocation(ParseInfoTree* info_tree, 502 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function 505 info_tree->RecordLocation(field, location); in RecordLocation()
|
D | text_format.cc | 147 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree 547 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() argument 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()
|