Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc253 void Parser::RecordLocation( in RecordLocation() function in google::protobuf::compiler::Parser
262 void Parser::RecordLocation( in RecordLocation() function in google::protobuf::compiler::Parser
265 RecordLocation(descriptor, location, in RecordLocation()
396 RecordLocation(message, DescriptorPool::ErrorCollector::NAME); in ParseMessageDefinition()
449 RecordLocation(field, DescriptorPool::ErrorCollector::TYPE); in ParseMessageField()
460 RecordLocation(field, DescriptorPool::ErrorCollector::NAME); in ParseMessageField()
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER); in ParseMessageField()
479 RecordLocation(group, DescriptorPool::ErrorCollector::NAME, in ParseMessageField()
530 RecordLocation(field, DescriptorPool::ErrorCollector::DEFAULT_VALUE); in ParseDefaultAssignment()
678 RecordLocation(uninterpreted_option, in ParseOptionAssignment()
[all …]
Dparser.h185 void RecordLocation(const Message* descriptor,
191 void RecordLocation(const Message* descriptor,
/external/clang/include/clang/Serialization/
DASTReader.h808 struct RecordLocation { struct
809 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() argument
816 RecordLocation TypeCursorForIndex(unsigned Index); argument
819 RecordLocation DeclCursorForID(serialization::DeclID ID,
826 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1668 ASTReader::RecordLocation
1674 return RecordLocation(It->second.Mod, It->second.Offset); in DeclCursorForID()
1683 return RecordLocation(M, DOffs.BitOffset); in DeclCursorForID()
1686 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) { in getLocalBitOffset()
1691 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset); in getLocalBitOffset()
1896 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
DASTReader.cpp1529 RecordLocation Loc = getLocalBitOffset(Offset); in LoadMacroDefinition()
3712 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) { in TypeCursorForIndex()
3716 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex()
3726 RecordLocation Loc = TypeCursorForIndex(Index); in readTypeRecord()
4576 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalCXXBaseSpecifiers()
4640 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID()
4734 RecordLocation Loc = getLocalBitOffset(Offset); in GetExternalDeclStmt()