Lines Matching full:bool
78 bool disableSuggestions_ = false;
79 bool includeCompletionsForModuleExports_ = false;
80 bool includeCompletionsForImportStatements_ = false;
81 bool includeCompletionsWithSnippetText_ = false;
82 bool includeCompletionsChainCompletions_ = false;
83 bool includeCompletionsWithInsertText_ = false;
84 bool includeCompletionsClassMemberSnippets_ = false;
85 bool includeCompletionsWithObjectLiteralMethodSnippets_ = false;
86 bool useLabelDetailsIncompletionsEntries_ = false;
87 bool allowIncompleteCompletions_ = false;
88 bool allowTextChangesInNewFiles_ = false;
89 bool providePrefixAndSuffixTextForRename_ = false;
90 bool provideRefactorNotApplicableReason_ = false;
91 bool includeInlayParameterNameHintsWhenArgumentMatchesName_ = false;
92 bool includeInlayFunctionParameterTypeHints_ = false;
93 bool includeInlayVariableTypeHints_ = false;
94 bool includeInlayVariableTypeHintsWhenTypeMatchesName_ = false;
95 bool includeInlayPropertyDeclarationTypeHints_ = false;
96 bool includeInlayFunctionLikeReturnTypeHints_ = false;
97 bool includeInlayEnumMemberValueHints_ = false;
98 bool allowRenameOfImportPath_ = false;
145 void SetDisableSuggestions(bool value) in SetDisableSuggestions()
150 void SetIncludeCompletionsForModuleExports(bool value) in SetIncludeCompletionsForModuleExports()
155 void SetIncludeCompletionsForImportStatements(bool value) in SetIncludeCompletionsForImportStatements()
160 void SetIncludeCompletionsWithSnippetText(bool value) in SetIncludeCompletionsWithSnippetText()
165 void SetIncludeCompletionsChainCompletions(bool value) in SetIncludeCompletionsChainCompletions()
170 void SetIncludeCompletionsWithInsertText(bool value) in SetIncludeCompletionsWithInsertText()
175 void SetIncludeCompletionsClassMemberSnippets(bool value) in SetIncludeCompletionsClassMemberSnippets()
180 void SetIncludeCompletionsWithObjectLiteralMethodSnippets(bool value) in SetIncludeCompletionsWithObjectLiteralMethodSnippets()
185 void SetUseLabelDetailsIncompletionsEntries(bool value) in SetUseLabelDetailsIncompletionsEntries()
190 void SetAllowIncompleteCompletions(bool value) in SetAllowIncompleteCompletions()
195 void SetAllowTextChangesInNewFiles(bool value) in SetAllowTextChangesInNewFiles()
200 void SetProvidePrefixAndSuffixTextForRename(bool value) in SetProvidePrefixAndSuffixTextForRename()
205 void SetProvideRefactorNotApplicableReason(bool value) in SetProvideRefactorNotApplicableReason()
210 void SetIncludeInlayParameterNameHintsWhenArgumentMatchesName(bool value) in SetIncludeInlayParameterNameHintsWhenArgumentMatchesName()
215 void SetIncludeInlayFunctionParameterTypeHints(bool value) in SetIncludeInlayFunctionParameterTypeHints()
220 void SetIncludeInlayVariableTypeHints(bool value) in SetIncludeInlayVariableTypeHints()
225 void SetIncludeInlayVariableTypeHintsWhenTypeMatchesName(bool value) in SetIncludeInlayVariableTypeHintsWhenTypeMatchesName()
230 void SetIncludeInlayPropertyDeclarationTypeHints(bool value) in SetIncludeInlayPropertyDeclarationTypeHints()
235 void SetIncludeInlayFunctionLikeReturnTypeHints(bool value) in SetIncludeInlayFunctionLikeReturnTypeHints()
240 void SetIncludeInlayEnumMemberValueHints(bool value) in SetIncludeInlayEnumMemberValueHints()
245 void SetAllowRenameOfImportPath(bool value) in SetAllowRenameOfImportPath()
280 bool GetDisableSuggestions() const in GetDisableSuggestions()
285 bool GetIncludeCompletionsForModuleExports() const in GetIncludeCompletionsForModuleExports()
290 bool GetIncludeCompletionsForImportStatements() const in GetIncludeCompletionsForImportStatements()
295 bool GetIncludeCompletionsWithSnippetText() const in GetIncludeCompletionsWithSnippetText()
300 bool GetIncludeCompletionsChainCompletions() const in GetIncludeCompletionsChainCompletions()
305 bool GetIncludeCompletionsWithInsertText() const in GetIncludeCompletionsWithInsertText()
310 bool GetIncludeCompletionsClassMemberSnippets() const in GetIncludeCompletionsClassMemberSnippets()
315 bool GetIncludeCompletionsWithObjectLiteralMethodSnippets() const in GetIncludeCompletionsWithObjectLiteralMethodSnippets()
320 bool GetUseLabelDetailsIncompletionsEntries() const in GetUseLabelDetailsIncompletionsEntries()
325 bool GetAllowIncompleteCompletions() const in GetAllowIncompleteCompletions()
330 bool GetAllowTextChangesInNewFiles() const in GetAllowTextChangesInNewFiles()
335 bool GetProvidePrefixAndSuffixTextForRename() const in GetProvidePrefixAndSuffixTextForRename()
340 bool GetProvideRefactorNotApplicableReason() const in GetProvideRefactorNotApplicableReason()
345 bool GetIncludeInlayParameterNameHintsWhenArgumentMatchesName() const in GetIncludeInlayParameterNameHintsWhenArgumentMatchesName()
350 bool GetIncludeInlayFunctionParameterTypeHints() const in GetIncludeInlayFunctionParameterTypeHints()
355 bool GetIncludeInlayVariableTypeHints() const in GetIncludeInlayVariableTypeHints()
360 bool GetIncludeInlayVariableTypeHintsWhenTypeMatchesName() const in GetIncludeInlayVariableTypeHintsWhenTypeMatchesName()
365 bool GetIncludeInlayPropertyDeclarationTypeHints() const in GetIncludeInlayPropertyDeclarationTypeHints()
370 bool GetIncludeInlayFunctionLikeReturnTypeHints() const in GetIncludeInlayFunctionLikeReturnTypeHints()
375 bool GetIncludeInlayEnumMemberValueHints() const in GetIncludeInlayEnumMemberValueHints()
380 bool GetAllowRenameOfImportPath() const in GetAllowRenameOfImportPath()