Lines Matching refs:StringRef
29 typedef llvm::StringRef key_type;
54 bool compare(const llvm::StringRef& pX) in compare()
57 bool compare(const llvm::StringRef& pX) const in compare()
76 class StringEntry<llvm::StringRef>
79 typedef llvm::StringRef key_type;
80 typedef llvm::StringRef value_type;
106 void setValue(llvm::StringRef& pVal);
108 bool compare(const llvm::StringRef& pX) in compare()
111 bool compare(const llvm::StringRef& pX) const in compare()
121 llvm::StringRef m_Value;
125 friend class StringEntryFactory<llvm::StringRef>;