Searched refs:Text1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp47 StringRef Text1, Text2; member in struct:__anon293::TransformActionsImpl::ActionData
224 if (!canReplaceText(act.Loc, act.Text1))
247 commitInsert(act.Loc, act.Text1);
250 commitInsertAfterToken(act.Loc, act.Text1);
262 commitReplaceText(act.Loc, act.Text1, act.Text2);
290 data.Text1 = text;
300 data.Text1 = text;
346 data.Text1 = text;

Completed in 27 milliseconds