Searched defs:ConditionalLibrary (Results 1 – 1 of 1) sorted by relevance
52 struct ConditionalLibrary { struct53 SmallString<0> On;54 SmallString<0> Off;56 bool isValid() const { return !On.empty() && !Off.empty(); } in isValid()58 StringRef get(bool Enabled) const { in get()