Home
last modified time | relevance | path

Searched refs:RecordTo (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc281 inline void Tokenizer::RecordTo(std::string* target) { in RecordTo() function in google::protobuf::io::Tokenizer
304 RecordTo(&current_.text); in StartToken()
482 if (content != NULL) RecordTo(content); in ConsumeLineComment()
496 if (content != NULL) RecordTo(content); in ConsumeBlockComment()
516 if (content != NULL) RecordTo(content); in ConsumeBlockComment()
Dtokenizer.h304 inline void RecordTo(std::string* target);
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp1767 const RecordType *RecordTo = FieldTo->getType()->getAs<RecordType>(); in ImportDeclContext() local
1769 if (RecordFrom && RecordTo) { in ImportDeclContext()
1771 ToRecordDecl = RecordTo->getDecl(); in ImportDeclContext()