HomeSort by relevance Sort by last modified time
    Searched defs:RecordLocation (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 253 void Parser::RecordLocation(
262 void Parser::RecordLocation(
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_option
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 803 struct RecordLocation {
804 RecordLocation(ModuleFile *M, uint64_t O)
811 RecordLocation TypeCursorForIndex(unsigned Index);
814 RecordLocation DeclCursorForID(serialization::DeclID ID,
821 RecordLocation getLocalBitOffset(uint64_t GlobalOffset);
    [all...]

Completed in 783 milliseconds