Home | History | Annotate | Download | only in Sema

Lines Matching full:consumer

73 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
78 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
140 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
273 if (SemaConsumer *SC = dyn_cast<SemaConsumer>(&Consumer))
819 // Notify the consumer that we've completed a tentative definition.
821 Consumer.CompleteTentativeDefinition(VD);