Searched refs:BuildBrokenClangProperty (Results 1 – 8 of 8) sorted by relevance
223 "BuildBrokenClangProperty": false,
222 "BuildBrokenClangProperty": false,
2971 BuildBrokenClangProperty bool2987 BuildBrokenClangProperty: true,3003 if test.BuildBrokenClangProperty {3004 variables.BuildBrokenClangProperty = test.BuildBrokenClangProperty
1986 } else if c.Properties.Clang != nil && !ctx.DeviceConfig().BuildBrokenClangProperty() {
452 BuildBrokenClangProperty bool `json:",omitempty"` member
1854 func (c *deviceConfig) BuildBrokenClangProperty() bool { func1855 return c.config.productVariables.BuildBrokenClangProperty