9#ifndef LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_SUMMARYNAME_H
10#define LLVM_CLANG_ANALYSIS_SCALABLE_MODEL_SUMMARYNAME_H
12#include "llvm/ADT/StringRef.h"
13#include "llvm/Support/raw_ostream.h"
31 llvm::StringRef
str()
const {
return Name; }
Uniquely identifies an analysis summary.
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
llvm::raw_ostream & operator<<(llvm::raw_ostream &OS, BuildNamespaceKind BNK)
@ Other
Other implicit parameter.