clang 22.0.0git
clang::format::JsImportedSymbol Struct Reference

Public Member Functions

bool operator== (const JsImportedSymbol &RHS) const

Public Attributes

StringRef Symbol
StringRef Alias
SourceRange Range

Detailed Description

Definition at line 36 of file SortJavaScriptImports.cpp.

Member Function Documentation

◆ operator==()

bool clang::format::JsImportedSymbol::operator== ( const JsImportedSymbol & RHS) const
inline

Definition at line 41 of file SortJavaScriptImports.cpp.

References Alias, and Symbol.

Member Data Documentation

◆ Alias

StringRef clang::format::JsImportedSymbol::Alias

Definition at line 38 of file SortJavaScriptImports.cpp.

Referenced by operator==().

◆ Range

SourceRange clang::format::JsImportedSymbol::Range

Definition at line 39 of file SortJavaScriptImports.cpp.

◆ Symbol

StringRef clang::format::JsImportedSymbol::Symbol

Definition at line 37 of file SortJavaScriptImports.cpp.

Referenced by operator==().


The documentation for this struct was generated from the following file: