Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
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, in RecordLocation() function
461 info_tree->RecordLocation(field, location); in RecordLocation()
Dtext_format.cc125 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/
DASTReader.h1163 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/
DASTReaderDecl.cpp2421 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()
DASTReader.cpp5162 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()