Searched refs:InsertTextAfterToken (Results 1 – 3 of 3) sorted by relevance
108 bool InsertTextAfterToken(SourceLocation Loc, StringRef Str);
279 bool Rewriter::InsertTextAfterToken(SourceLocation Loc, StringRef Str) { in InsertTextAfterToken() function in Rewriter
432 rewriter_.InsertTextAfterToken(expansionLoc(GET_ENDLOC(sub)), post); in VisitUnaryOperator()1026 rewriter_.InsertTextAfterToken(GET_ENDLOC(E), ")"); in VisitBinaryOperator()