Searched defs:ImportKey (Results 1 – 1 of 1) sorted by relevance
105 template <typename T> struct ImportKey { struct116 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument117 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() argument118 ImportKey(T type, std::optional<StringRef> importModule, in ImportKey() function