Searched refs:RecordLocation (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | text_format.h | 344 void RecordLocation(const FieldDescriptor* field, ParseLocation location); 449 static inline void RecordLocation(ParseInfoTree* info_tree, 458 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function 461 info_tree->RecordLocation(field, location); in RecordLocation()
|
D | text_format.cc | 125 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree 502 RecordLocation(parse_info_tree_, field, in ConsumeField()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1163 struct RecordLocation { struct 1164 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() argument 1175 RecordLocation TypeCursorForIndex(unsigned Index); argument 1185 RecordLocation DeclCursorForID(serialization::DeclID ID, 1192 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2421 ASTReader::RecordLocation 2427 return RecordLocation(It->second.Mod, It->second.Offset); in DeclCursorForID() 2436 return RecordLocation(M, DOffs.BitOffset); in DeclCursorForID() 2439 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset() 2444 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset() 3094 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
|
D | ASTReader.cpp | 5162 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex() 5166 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex() 5176 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord() 6281 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXCtorInitializers() 6312 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers() 6379 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID() 6513 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()
|