Searched refs:hasCodeCompletionSupport (Results 1 – 7 of 7) sorted by relevance
194 bool hasCodeCompletionSupport() const override { return true; } in hasCodeCompletionSupport() function216 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function227 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function271 bool hasCodeCompletionSupport() const override;
200 virtual bool hasCodeCompletionSupport() const { return false; } in hasCodeCompletionSupport() function329 bool hasCodeCompletionSupport() const override;
112 bool ASTMergeAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in ASTMergeAction113 return AdaptedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
1180 if (hasCodeCompletionSupport() && in ExecuteAction()1249 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in WrapperFrontendAction1250 return WrappedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
278 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anon0a1e295a0111::PrecompilePreambleAction
48 if (Action.hasCodeCompletionSupport() && in EnsureSemaIsCreated()
1058 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anon577c51a60411::TopLevelDeclTrackerAction