Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp72 struct JsModuleReference { struct
73 bool FormattingOff = false;
74 bool IsExport = false;
75 bool IsTypeOnly = false;
77 enum ReferenceCategory {
86 StringRef URL;
89 StringRef Prefix;
91 StringRef DefaultImport;
96 bool SymbolsMerged = false;
99 SourceLocation SymbolsStart, SymbolsEnd;
[all …]