Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:StringRef

62   void insert(SourceLocation loc, StringRef text);
63 void insertAfterToken(SourceLocation loc, StringRef text);
66 void replace(SourceRange range, StringRef text);
68 void replaceStmt(Stmt *S, StringRef text);
69 void replaceText(SourceLocation loc, StringRef text,
70 StringRef replacementText);
99 void reportError(StringRef error, SourceLocation loc,
101 void reportWarning(StringRef warning, SourceLocation loc,
103 void reportNote(StringRef note, SourceLocation loc,
114 virtual void insert(SourceLocation loc, StringRef text) = 0;
173 static inline StringRef getARCMTMacroName() {