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