Lines Matching defs:Ref
1 //===--- Ref.h ---------------------------------------------------*- C++-*-===//
88 struct Ref {
98 inline bool operator<(const Ref &L, const Ref &R) {
102 inline bool operator==(const Ref &L, const Ref &R) {
107 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const Ref &);
114 using value_type = std::pair<SymbolID, llvm::ArrayRef<Ref>>;
139 void insert(const SymbolID &ID, const Ref &S);
148 Ref Reference;