Home | History | Annotate | Download | only in Edit

Lines Matching defs:FA

32   FileEditsTy::iterator FA = getActionForOffset(Offs);
33 if (FA != FileEdits.end()) {
34 if (FA->first != Offs)
69 FileEdit &FA = FileEdits[Offs];
70 if (FA.Text.empty()) {
71 FA.Text = copyString(text);
76 FA.Text = copyString(Twine(text) + FA.Text);
78 FA.Text = copyString(Twine(FA.Text) + text);
98 FileEdit &FA = I->second;
100 FileOffset E = B.getWithOffset(FA.RemoveLen);
115 FileEdit &FA = I->second;
117 FileOffset E = B.getWithOffset(FA.RemoveLen);
126 StrVec += FA.Text;
152 FileEdit &FA = I->second;
154 FileOffset E = B.getWithOffset(FA.RemoveLen);
170 FileEdit &FA = I->second;
172 FileOffset E = B.getWithOffset(FA.RemoveLen);
195 FileEdit &FA = I->second;
197 FileOffset E = B.getWithOffset(FA.RemoveLen);
391 FileEdit &FA = I->second;
393 FileOffset E = B.getWithOffset(FA.RemoveLen);