Searched defs:JsImportedSymbol (Results 1 – 1 of 1) sorted by relevance
40 struct JsImportedSymbol { struct41 StringRef Symbol;42 StringRef Alias;43 SourceRange Range;45 bool operator==(const JsImportedSymbol &RHS) const { in operator ==()