Lines Matching refs:StringRef
55 StringRef str() {
115 void GenObjCClass(StringRef cls);
117 void GenObjCCategory(StringRef cls, StringRef cat);
121 void GenObjCIvar(StringRef ivar);
123 void GenObjCMethod(StringRef sel, bool isInstanceMethod);
125 void GenObjCProperty(StringRef prop);
127 void GenObjCProtocol(StringRef prot);
251 StringRef s = D->getName();
766 void USRGenerator::GenObjCClass(StringRef cls) {
770 void USRGenerator::GenObjCCategory(StringRef cls, StringRef cat) {
774 void USRGenerator::GenObjCIvar(StringRef ivar) {
778 void USRGenerator::GenObjCMethod(StringRef meth, bool isInstanceMethod) {
782 void USRGenerator::GenObjCProperty(StringRef prop) {
786 void USRGenerator::GenObjCProtocol(StringRef prot) {
794 static inline StringRef extractUSRSuffix(StringRef s) {