Searched defs:ImportKey (Results 1 – 1 of 1) sorted by relevance
104 template <typename T> struct ImportKey { struct115 ImportKey(T type) : type(type), state(State::Plain) {} in ImportKey() argument116 ImportKey(T type, State state) : type(type), state(state) {} in ImportKey() function117 ImportKey(T type, llvm::Optional<StringRef> importModule, in ImportKey() argument