Home
last modified time | relevance | path

Searched refs:GetIncludeInlayVariableTypeHints (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Duser_preferences.cpp49 ASSERT_EQ(defaultPref.GetIncludeInlayVariableTypeHints(), false); in TEST_F()
248 ASSERT_TRUE(userpreferences.GetIncludeInlayVariableTypeHints()); in TEST_F()
251 ASSERT_FALSE(userpreferences.GetIncludeInlayVariableTypeHints()); in TEST_F()
311 ASSERT_FALSE(defaultPrefs.GetIncludeInlayVariableTypeHints()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Duser_preferences.h355 bool GetIncludeInlayVariableTypeHints() const in GetIncludeInlayVariableTypeHints() function
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp349 if (preferences.GetIncludeInlayVariableTypeHints() && node->IsAssignmentExpression()) { in ProcessNodeBasedOnPreferences()