Lines Matching full:consumer
130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
131 if (!Consumer)
135 return Consumer;
137 // Make sure the non-plugin consumer is first, so that plugins can't
139 std::vector<ASTConsumer*> Consumers(1, Consumer);
206 // Create the AST consumer.
279 // Create the AST context and consumer unless this is a preprocessor only
284 OwningPtr<ASTConsumer> Consumer(
286 if (!Consumer)
289 CI.getASTContext().setASTMutationListener(Consumer->GetASTMutationListener());
305 Consumer->GetASTDeserializationListener();
321 CI.setASTConsumer(Consumer.take());
401 // Release the consumer and the AST, in that order since the consumer may
467 // Use a code completion consumer?