Searched refs:hasCodeCompletionConsumer (Results 1 – 4 of 4) sorted by relevance
168 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
616 bool hasCodeCompletionConsumer() const { return (bool)CompletionConsumer; } in hasCodeCompletionConsumer() function
192 if (CI.hasCodeCompletionConsumer()) in CreateWrappedASTConsumer()1186 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
43 return CI.hasCodeCompletionConsumer() ? &CI.getCodeCompletionConsumer() in GetCodeCompletionConsumer()