Searched defs:ConditionalLibrary (Results 1 – 1 of 1) sorted by relevance
29 struct ConditionalLibrary { struct30 SmallString<0> On;31 SmallString<0> Off;33 bool isValid() const { return !On.empty() && !Off.empty(); } in isValid()35 StringRef get(bool Enabled) const { in get()