Home
last modified time | relevance | path

Searched refs:hasCodeCompletionSupport (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h165 bool hasCodeCompletionSupport() const override { return true; } in hasCodeCompletionSupport() function
181 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function
192 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function
236 bool hasCodeCompletionSupport() const override;
H A DFrontendAction.h200 virtual bool hasCodeCompletionSupport() const { return false; } in hasCodeCompletionSupport() function
325 bool hasCodeCompletionSupport() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp111 bool ASTMergeAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in ASTMergeAction
112 return AdaptedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
H A DFrontendAction.cpp1024 if (hasCodeCompletionSupport() && in ExecuteAction()
1086 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport() function in WrapperFrontendAction
1087 return WrappedAction->hasCodeCompletionSupport(); in hasCodeCompletionSupport()
H A DPrecompiledPreamble.cpp145 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anone38eff540111::PrecompilePreambleAction
H A DFrontendActions.cpp41 if (Action.hasCodeCompletionSupport() && in EnsureSemaIsCreated()
H A DASTUnit.cpp989 bool hasCodeCompletionSupport() const override { return false; } in hasCodeCompletionSupport() function in __anon0cd8e0a00411::TopLevelDeclTrackerAction