Searched refs:hasCodeCompletionConsumer (Results 1 – 5 of 5) sorted by relevance
96 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
50 if (Compiler->hasCodeCompletionConsumer()) in ExecuteAction()
558 bool hasCodeCompletionConsumer() const { return (bool)CompletionConsumer; } in hasCodeCompletionConsumer() function
180 if (CI.hasCodeCompletionConsumer()) in CreateWrappedASTConsumer()1138 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
42 return CI.hasCodeCompletionConsumer() ? &CI.getCodeCompletionConsumer() in GetCodeCompletionConsumer()