Searched refs:hasCodeCompletionSupport (Results 1 – 8 of 8) sorted by relevance
180 bool hasCodeCompletionSupport() const override { return true; } in hasCodeCompletionSupport() function196 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function207 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function251 bool hasCodeCompletionSupport() const override;
200 virtual bool hasCodeCompletionSupport() const { return false; } in hasCodeCompletionSupport() function328 bool hasCodeCompletionSupport() const override;
112 bool ASTMergeAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in ASTMergeAction113 return AdaptedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
1046 if (hasCodeCompletionSupport() && in ExecuteAction()1115 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in WrapperFrontendAction1116 return WrappedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
217 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anonbe5e8ed90111::PrecompilePreambleAction
43 if (Action.hasCodeCompletionSupport() && in EnsureSemaIsCreated()
1011 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anon013d40a50411::TopLevelDeclTrackerAction
88 if (hasCodeCompletionSupport() && in ExecuteAction()