Searched refs:GetIncludeInlayFunctionParameterTypeHints (Results 1 – 3 of 3) sorted by relevance
48 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()
350 bool GetIncludeInlayFunctionParameterTypeHints() const in GetIncludeInlayFunctionParameterTypeHints() function
338 if (preferences.GetIncludeInlayFunctionParameterTypeHints() && node->IsFunctionDeclaration()) { in ProcessFunctionRelatedHints()