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.cpp68 struct JsModuleReference { struct
69 bool FormattingOff = false;
70 bool IsExport = false;
71 bool IsTypeOnly = false;
73 enum ReferenceCategory {
80 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;
82 StringRef URL;
85 StringRef Prefix;
87 StringRef DefaultImport;
89 SmallVector<JsImportedSymbol, 1> Symbols;
[all …]