CheckForUnusedVars  119 tools/gn/function_toolchain.cc   if (!block_scope.CheckForUnusedVars(err))
CheckForUnusedVars  227 tools/gn/function_toolchain.cc   if (!block_scope.CheckForUnusedVars(err))
CheckForUnusedVars   49 tools/gn/functions_target.cc   block_scope.CheckForUnusedVars(err);
CheckForUnusedVars  151 tools/gn/scope.h   bool CheckForUnusedVars(Err* err) const;
CheckForUnusedVars  159 tools/gn/scope_unittest.cc   EXPECT_FALSE(mutable_scope1.CheckForUnusedVars(&err));
CheckForUnusedVars  163 tools/gn/scope_unittest.cc   EXPECT_TRUE(mutable_scope1.CheckForUnusedVars(&err));