|
clang 22.0.0git
|
Uniquely identifies an analysis summary. More...
#include "clang/Analysis/Scalable/Model/SummaryName.h"
Public Member Functions | |
| SummaryName (std::string Name) | |
| bool | operator== (const SummaryName &Other) const |
| bool | operator!= (const SummaryName &Other) const |
| bool | operator< (const SummaryName &Other) const |
| llvm::StringRef | str () const |
| Explicit conversion to the underlying string representation. | |
Uniquely identifies an analysis summary.
This is the key to refer to an analysis or to name a builder to build an analysis.
Definition at line 21 of file SummaryName.h.
|
inlineexplicit |
Definition at line 23 of file SummaryName.h.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 26 of file SummaryName.h.
References clang::Other, and SummaryName().
|
inline |
Definition at line 27 of file SummaryName.h.
References clang::Other, and SummaryName().
|
inline |
Definition at line 25 of file SummaryName.h.
References clang::Other, and SummaryName().
|
inline |
Explicit conversion to the underlying string representation.
Definition at line 30 of file SummaryName.h.