Home | History | Annotate | Download | only in Edit

Lines Matching refs:FA

31   FileEditsTy::iterator FA = getActionForOffset(Offs);
32 if (FA != FileEdits.end()) {
33 if (FA->first != Offs)
68 FileEdit &FA = FileEdits[Offs];
69 if (FA.Text.empty()) {
70 FA.Text = copyString(text);
76 concat = Twine(text) + FA.Text;
78 concat = Twine(FA.Text) + text;
80 FA.Text = copyString(concat);
99 FileEdit &FA = I->second;
101 FileOffset E = B.getWithOffset(FA.RemoveLen);
116 FileEdit &FA = I->second;
118 FileOffset E = B.getWithOffset(FA.RemoveLen);
127 StrVec += FA.Text;
153 FileEdit &FA = I->second;
155 FileOffset E = B.getWithOffset(FA.RemoveLen);
171 FileEdit &FA = I->second;
173 FileOffset E = B.getWithOffset(FA.RemoveLen);
194 FileEdit &FA = I->second;
196 FileOffset E = B.getWithOffset(FA.RemoveLen);
325 FileEdit &FA = I->second;
327 FileOffset E = B.getWithOffset(FA.RemoveLen);