clang
8.0.0
|
Public Types | |
enum | ReferenceCategory { SIDE_EFFECT, ABSOLUTE, RELATIVE_PARENT, RELATIVE } |
Public Attributes | |
bool | IsExport = false |
ReferenceCategory | Category = ReferenceCategory::SIDE_EFFECT |
StringRef | URL |
StringRef | Prefix |
SmallVector< JsImportedSymbol, 1 > | Symbols |
SourceRange | Range |
Definition at line 72 of file SortJavaScriptImports.cpp.
Enumerator | |
---|---|
SIDE_EFFECT | |
ABSOLUTE | |
RELATIVE_PARENT | |
RELATIVE |
Definition at line 75 of file SortJavaScriptImports.cpp.
ReferenceCategory clang::format::JsModuleReference::Category = ReferenceCategory::SIDE_EFFECT |
Definition at line 81 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
Definition at line 73 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
StringRef clang::format::JsModuleReference::Prefix |
Definition at line 86 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().
SourceRange clang::format::JsModuleReference::Range |
Definition at line 91 of file SortJavaScriptImports.cpp.
SmallVector<JsImportedSymbol, 1> clang::format::JsModuleReference::Symbols |
Definition at line 88 of file SortJavaScriptImports.cpp.
StringRef clang::format::JsModuleReference::URL |
Definition at line 83 of file SortJavaScriptImports.cpp.
Referenced by clang::format::operator<().