Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h261 class PROTOC_EXPORT LineConsumer {
263 LineConsumer();
264 virtual ~LineConsumer();
269 LineConsumer* line_consumer,
285 class ProtoFrameworkCollector : public LineConsumer {
Dobjectivec_helpers.cc1035 class ExpectedPrefixesCollector : public LineConsumer {
1451 Parser(LineConsumer* line_consumer) in Parser()
1467 LineConsumer* line_consumer_;
1521 LineConsumer::LineConsumer() {} in LineConsumer() function in google::protobuf::compiler::objectivec::LineConsumer
1523 LineConsumer::~LineConsumer() {} in ~LineConsumer()
1526 const string& path, LineConsumer* line_consumer, string* out_error) { in ParseSimpleFile()
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp574 class LineConsumer { class
579 LineConsumer() = default;
580 LineConsumer(StringRef Filename) { in LineConsumer() function in __anonddccd4290311::LineConsumer
750 options.Intermediate ? LineConsumer() : LineConsumer(si.filename); in annotateSource()
/external/llvm/lib/IR/
DGCOV.cpp478 class LineConsumer { class
483 LineConsumer(StringRef Filename) { in LineConsumer() function in __anon3e2d30eb0111::LineConsumer
577 auto AllLines = LineConsumer(Filename); in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp615 class LineConsumer { class
620 LineConsumer(StringRef Filename) { in LineConsumer() function in __anon386c753d0211::LineConsumer
726 auto AllLines = LineConsumer(Filename); in print()