Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Duser_preferences.cpp48 ASSERT_EQ(defaultPref.GetIncludeInlayFunctionParameterTypeHints(), false); in TEST_F()
242 ASSERT_TRUE(userpreferences.GetIncludeInlayFunctionParameterTypeHints()); in TEST_F()
245 ASSERT_FALSE(userpreferences.GetIncludeInlayFunctionParameterTypeHints()); in TEST_F()
310 ASSERT_FALSE(defaultPrefs.GetIncludeInlayFunctionParameterTypeHints()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Duser_preferences.h350 bool GetIncludeInlayFunctionParameterTypeHints() const in GetIncludeInlayFunctionParameterTypeHints() function
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinlay_hints.cpp338 if (preferences.GetIncludeInlayFunctionParameterTypeHints() && node->IsFunctionDeclaration()) { in ProcessFunctionRelatedHints()