Searched refs:RecordLocation (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc253 void Parser::RecordLocation( function in class:google::protobuf::compiler::Parser
262 void Parser::RecordLocation( function in class:google::protobuf::compiler::Parser
265 RecordLocation(descriptor, location,
396 RecordLocation(message, DescriptorPool::ErrorCollector::NAME);
449 RecordLocation(field, DescriptorPool::ErrorCollector::TYPE);
460 RecordLocation(field, DescriptorPool::ErrorCollector::NAME);
466 RecordLocation(field, DescriptorPool::ErrorCollector::NUMBER);
479 RecordLocation(group, DescriptorPool::ErrorCollector::NAME,
530 RecordLocation(field, DescriptorPool::ErrorCollector::DEFAULT_VALUE);
678 RecordLocation(uninterpreted_optio
[all...]
H A Dparser.h185 void RecordLocation(const Message* descriptor,
191 void RecordLocation(const Message* descriptor,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h259 void RecordLocation(const FieldDescriptor* field, ParseLocation location);
346 static inline void RecordLocation(ParseInfoTree* info_tree,
355 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, function in class:google::protobuf::TextFormat
358 info_tree->RecordLocation(field, location);
H A Dtext_format.cc109 void TextFormat::ParseInfoTree::RecordLocation( function in class:google::protobuf::TextFormat::ParseInfoTree
437 RecordLocation(parse_info_tree_, field,
/external/clang/include/clang/Serialization/
H A DASTReader.h1135 struct RecordLocation { struct in class:clang::ASTReader
1136 RecordLocation(ModuleFile *M, uint64_t O) function in struct:clang::ASTReader::RecordLocation
1147 RecordLocation TypeCursorForIndex(unsigned Index);
1151 RecordLocation DeclCursorForID(serialization::DeclID ID,
1158 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2200 ASTReader::RecordLocation
2206 return RecordLocation(It->second.Mod, It->second.Offset);
2215 return RecordLocation(M, DOffs.BitOffset);
2218 ASTReader::RecordLocation ASTReader::getLocalBitOffset(uint64_t GlobalOffset) {
2223 return RecordLocation(I->second, GlobalOffset - I->second->GlobalBitOffset);
2596 RecordLocation Loc = DeclCursorForID(ID, RawLocation);
H A DASTReader.cpp5037 ASTReader::RecordLocation ASTReader::TypeCursorForIndex(unsigned Index) {
5041 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]);
5051 RecordLocation Loc = TypeCursorForIndex(Index);
6014 RecordLocation Loc = getLocalBitOffset(Offset);
6078 RecordLocation Rec = DeclCursorForID(ID, RawLocation);
6187 RecordLocation Loc = getLocalBitOffset(Offset);

Completed in 1170 milliseconds