clang 20.0.0git
|
Public Types | |
enum | ReferenceCategory { SIDE_EFFECT , ABSOLUTE , RELATIVE_PARENT , RELATIVE , ALIAS } |
Public Attributes | |
bool | FormattingOff = false |
bool | IsExport = false |
bool | IsTypeOnly = false |
ReferenceCategory | Category = ReferenceCategory::SIDE_EFFECT |
StringRef | URL |
StringRef | Prefix |
StringRef | DefaultImport |
SmallVector< JsImportedSymbol, 1 > | Symbols |
bool | SymbolsMerged = false |
SourceLocation | SymbolsStart |
SourceLocation | SymbolsEnd |
SourceRange | Range |
Definition at line 70 of file SortJavaScriptImports.cpp.
Enumerator | |
---|---|
SIDE_EFFECT | |
ABSOLUTE | |
RELATIVE_PARENT | |
RELATIVE | |
ALIAS |
Definition at line 75 of file SortJavaScriptImports.cpp.
ReferenceCategory clang::format::JsModuleReference::Category = ReferenceCategory::SIDE_EFFECT |
Definition at line 82 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
StringRef clang::format::JsModuleReference::DefaultImport |
Definition at line 89 of file SortJavaScriptImports.cpp.
Definition at line 71 of file SortJavaScriptImports.cpp.
Definition at line 72 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
Definition at line 73 of file SortJavaScriptImports.cpp.
StringRef clang::format::JsModuleReference::Prefix |
Definition at line 87 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
SourceRange clang::format::JsModuleReference::Range |
Definition at line 100 of file SortJavaScriptImports.cpp.
SmallVector<JsImportedSymbol, 1> clang::format::JsModuleReference::Symbols |
Definition at line 91 of file SortJavaScriptImports.cpp.
SourceLocation clang::format::JsModuleReference::SymbolsEnd |
Definition at line 97 of file SortJavaScriptImports.cpp.
Definition at line 94 of file SortJavaScriptImports.cpp.
SourceLocation clang::format::JsModuleReference::SymbolsStart |
Definition at line 97 of file SortJavaScriptImports.cpp.
StringRef clang::format::JsModuleReference::URL |
Definition at line 84 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().