Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp38 struct JsImportedSymbol { struct
43 bool operator==(const JsImportedSymbol &RHS) const { in operator ==() argument
91 SmallVector<JsImportedSymbol, 1> Symbols;
334 SmallVector<JsImportedSymbol, 1> Symbols = Reference.Symbols; in appendReference()
336 [&](const JsImportedSymbol &LHS, const JsImportedSymbol &RHS) { in appendReference()
350 for (const JsImportedSymbol &Symbol : drop_begin(Symbols)) { in appendReference()
426 for (const JsImportedSymbol &Symbol : Reference.Symbols) in parseModuleReferences()
557 JsImportedSymbol Symbol; in parseNamedBindings()