Searched defs:JsImportedSymbol (Results 1 – 1 of 1) sorted by relevance
41 struct JsImportedSymbol { struct42 StringRef Symbol;43 StringRef Alias;44 SourceRange Range;46 bool operator==(const JsImportedSymbol &RHS) const { in operator ==()