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.cpp36 struct JsImportedSymbol { struct
41 bool operator==(const JsImportedSymbol &RHS) const { in operator ==() argument
89 SmallVector<JsImportedSymbol, 1> Symbols;
331 SmallVector<JsImportedSymbol, 1> Symbols = Reference.Symbols; in appendReference()
333 [&](const JsImportedSymbol &LHS, const JsImportedSymbol &RHS) { in appendReference()
347 for (const JsImportedSymbol &Symbol : drop_begin(Symbols)) { in appendReference()
423 for (const JsImportedSymbol &Symbol : Reference.Symbols) in parseModuleReferences()
554 JsImportedSymbol Symbol; in parseNamedBindings()