clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 40 of file SortJavaScriptImports.cpp.

Member Function Documentation

◆ operator==()

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

Definition at line 45 of file SortJavaScriptImports.cpp.

References Alias, and Symbol.

Member Data Documentation

◆ Alias

StringRef clang::format::JsImportedSymbol::Alias

Definition at line 42 of file SortJavaScriptImports.cpp.

Referenced by operator==().

◆ Range

SourceRange clang::format::JsImportedSymbol::Range

Definition at line 43 of file SortJavaScriptImports.cpp.

◆ Symbol

StringRef clang::format::JsImportedSymbol::Symbol

Definition at line 41 of file SortJavaScriptImports.cpp.

Referenced by operator==().


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