Home | History | Annotate | Download | only in gn

Lines Matching refs:overrides

29   // Specifies overrides of the build arguments. These are normally specified
32 void AddArgOverrides(const Scope::KeyValueMap& overrides);
38 // Gets all overrides set on the build.
42 // flags, then any overrides stored in this object, then applies any
43 // toolchain overrides specified in the argument.
51 // they will not override the system defaults or the current overrides.
60 // Checks to see if any of the overrides ever used were never declared as
64 // Like VerifyAllOverridesUsed but takes the lists of overrides specified and
67 const Scope::KeyValueMap& overrides,
92 // Maintains a list of all overrides we've ever seen. This is the main
93 // |overrides_| as well as toolchain overrides. Tracking this allows us to
94 // check for overrides that were specified but never used.