9#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_SUMMARYNAME_H
10#define LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_SUMMARYNAME_H
12#include "llvm/ADT/StringRef.h"
30 llvm::StringRef
str()
const {
return Name; }
bool operator<(const SummaryName &Other) const
bool operator!=(const SummaryName &Other) const
SummaryName(std::string Name)
llvm::StringRef str() const
Explicit conversion to the underlying string representation.
bool operator==(const SummaryName &Other) const
@ Other
Other implicit parameter.