Searched refs:GetIncludeInlayVariableTypeHints (Results 1 – 3 of 3) sorted by relevance
49 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()
355 bool GetIncludeInlayVariableTypeHints() const in GetIncludeInlayVariableTypeHints() function
349 if (preferences.GetIncludeInlayVariableTypeHints() && node->IsAssignmentExpression()) { in ProcessNodeBasedOnPreferences()