Home
last modified time | relevance | path

Searched defs:JsModuleReference (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp70 struct JsModuleReference { struct
71 bool FormattingOff = false;
72 bool IsExport = false;
73 bool IsTypeOnly = false;
75 enum ReferenceCategory {
82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;
84 StringRef URL;
87 StringRef Prefix;
89 StringRef DefaultImport;
91 SmallVector<JsImportedSymbol, 1> Symbols;
[all …]