|
clang-tools 22.0.0git
|
#include <Move.h>
Public Member Functions | |
| Declaration (llvm::StringRef QName, llvm::StringRef Kind, bool Templated) | |
Public Attributes | |
| std::string | QualifiedName |
| std::string | Kind |
| bool | Templated = false |
Friends | |
| bool | operator== (const Declaration &LHS, const Declaration &RHS) |
|
inline |
Definition at line 40 of file Move.h.
References Kind, QualifiedName, and Templated.
Referenced by operator==.
|
friend |
Definition at line 43 of file Move.h.
References Declaration(), Kind, QualifiedName, and Templated.
| std::string clang::move::DeclarationReporter::Declaration::Kind |
Definition at line 48 of file Move.h.
Referenced by Declaration(), and operator==.
| std::string clang::move::DeclarationReporter::Declaration::QualifiedName |
Definition at line 47 of file Move.h.
Referenced by Declaration(), and operator==.
| bool clang::move::DeclarationReporter::Declaration::Templated = false |
Definition at line 49 of file Move.h.
Referenced by Declaration(), and operator==.