Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Consumer

137   ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
138 if (!Consumer)
142 return Consumer;
144 // Make sure the non-plugin consumer is first, so that plugins can't
146 std::vector<ASTConsumer*> Consumers(1, Consumer);
212 // Create the AST consumer.
303 // Create the AST context and consumer unless this is a preprocessor only
308 std::unique_ptr<ASTConsumer> Consumer(
310 if (!Consumer)
313 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
327 Consumer->GetASTDeserializationListener();
350 CI.setASTConsumer(Consumer.release());
436 // Sema references the ast consumer, so reset sema first.
503 // Use a code completion consumer?