clang-tools
15.0.0git
|
Configures labels shown inline with the code. More...
#include <ConfigFragment.h>
Public Attributes | |
llvm::Optional< Located< bool > > | Enabled |
Enables/disables the inlay-hints feature. More... | |
llvm::Optional< Located< bool > > | ParameterNames |
Show parameter names before function arguments. More... | |
llvm::Optional< Located< bool > > | DeducedTypes |
Show deduced types for auto . More... | |
llvm::Optional< Located< bool > > | Designators |
Show designators in aggregate initialization. More... | |
Configures labels shown inline with the code.
Definition at line 298 of file ConfigFragment.h.
llvm::Optional<Located<bool> > clang::clangd::config::Fragment::InlayHintsBlock::DeducedTypes |
Show deduced types for auto
.
Definition at line 305 of file ConfigFragment.h.
llvm::Optional<Located<bool> > clang::clangd::config::Fragment::InlayHintsBlock::Designators |
Show designators in aggregate initialization.
Definition at line 307 of file ConfigFragment.h.
llvm::Optional<Located<bool> > clang::clangd::config::Fragment::InlayHintsBlock::Enabled |
Enables/disables the inlay-hints feature.
Definition at line 300 of file ConfigFragment.h.
llvm::Optional<Located<bool> > clang::clangd::config::Fragment::InlayHintsBlock::ParameterNames |
Show parameter names before function arguments.
Definition at line 303 of file ConfigFragment.h.