Lines Matching full:consumer
70 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
75 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
119 // Tell the AST consumer about this Sema object.
120 Consumer.Initialize(Context);
123 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
187 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
692 // Notify the consumer that we've completed a tentative definition.
694 Consumer.CompleteTentativeDefinition(VD);