Home
last modified time | relevance | path

Searched defs:RecordLocation (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h1165 struct RecordLocation { struct
1166 RecordLocation(ModuleFile *M, uint64_t O) in RecordLocation() function
1177 RecordLocation TypeCursorForIndex(unsigned Index); argument
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1345 struct RecordLocation { struct
1349 RecordLocation(ModuleFile *M, uint64_t O) : F(M), Offset(O) {} in RecordLocation() argument
/external/protobuf/src/google/protobuf/
Dtext_format.h613 inline void TextFormat::RecordLocation(ParseInfoTree* info_tree, in RecordLocation() function
Dtext_format.cc140 void TextFormat::ParseInfoTree::RecordLocation( in RecordLocation() function in google::protobuf::TextFormat::ParseInfoTree