clang: clang::format::JsModuleReference Struct Reference (original) (raw)
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.
◆ ReferenceCategory
◆ Category
◆ DefaultImport
StringRef clang::format::JsModuleReference::DefaultImport
◆ FormattingOff
bool clang::format::JsModuleReference::FormattingOff = false
◆ IsExport
bool clang::format::JsModuleReference::IsExport = false
◆ IsTypeOnly
bool clang::format::JsModuleReference::IsTypeOnly = false
◆ Prefix
StringRef clang::format::JsModuleReference::Prefix
◆ Range
◆ Symbols
◆ SymbolsEnd
◆ SymbolsMerged
bool clang::format::JsModuleReference::SymbolsMerged = false
◆ SymbolsStart
◆ URL
StringRef clang::format::JsModuleReference::URL
The documentation for this struct was generated from the following file:
- lib/Format/SortJavaScriptImports.cpp