Home
last modified time | relevance | path

Searched refs:JsImportedSymbol (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DSortJavaScriptImports.cpp40 struct JsImportedSymbol { struct
45 bool operator==(const JsImportedSymbol &RHS) const { in operator ==() argument
88 SmallVector<JsImportedSymbol, 1> Symbols;
249 SmallVector<JsImportedSymbol, 1> Symbols = Reference.Symbols; in appendReference()
252 [&](const JsImportedSymbol &LHS, const JsImportedSymbol &RHS) { in appendReference()
418 JsImportedSymbol Symbol; in parseNamedBindings()