Lines Matching refs:ExternalIndexSpec
63 struct ExternalIndexSpec { struct
77 llvm::Optional<ExternalIndexSpec> External;
101 template <> struct DenseMapInfo<clang::clangd::Config::ExternalIndexSpec> {
102 using ExternalIndexSpec = clang::clangd::Config::ExternalIndexSpec;
103 static inline ExternalIndexSpec getEmptyKey() {
104 return {ExternalIndexSpec::File, "", ""};
106 static inline ExternalIndexSpec getTombstoneKey() {
107 return {ExternalIndexSpec::File, "TOMB", "STONE"};
109 static unsigned getHashValue(const ExternalIndexSpec &Val) {
112 static bool isEqual(const ExternalIndexSpec &LHS,
113 const ExternalIndexSpec &RHS) {