Searched defs:ConditionalLibrary (Results 1 – 1 of 1) sorted by relevance
49 struct ConditionalLibrary { struct50 SmallString<0> On;51 SmallString<0> Off;53 bool isValid() const { return !On.empty() && !Off.empty(); } in isValid()55 StringRef get(bool Enabled) const { in get()