Searched defs:ContextInfo (Results 1 – 1 of 1) sorted by relevance
67 struct ContextInfo { struct68 explicit ContextInfo(const std::string& name) : name(name) {} in ContextInfo() function69 const std::string name;70 std::string origin;71 bool isDefault = false;