Lines Matching refs:StringRef
11 #include <llvm/ADT/StringRef.h>
29 typedef llvm::StringRef key_type;
54 bool compare(const llvm::StringRef& pX)
57 bool compare(const llvm::StringRef& pX) const
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)
111 bool compare(const llvm::StringRef& pX) const
121 llvm::StringRef m_Value;
125 friend class StringEntryFactory<llvm::StringRef>;