Searched refs:hasCodeCompletionConsumer (Results 1 – 4 of 4) sorted by relevance
90 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
557 bool hasCodeCompletionConsumer() const { return (bool)CompletionConsumer; } in hasCodeCompletionConsumer() function
178 if (CI.hasCodeCompletionConsumer()) in CreateWrappedASTConsumer()1052 if (CI.hasCodeCompletionConsumer()) in ExecuteAction()
38 return CI.hasCodeCompletionConsumer() ? &CI.getCodeCompletionConsumer() in GetCodeCompletionConsumer()