Lines Matching refs:FA
75 FileEditsTy::iterator FA = getActionForOffset(Offs); in canInsertInOffset() local
76 if (FA != FileEdits.end()) { in canInsertInOffset()
77 if (FA->first != Offs) in canInsertInOffset()
127 FileEdit &FA = FileEdits[Offs]; in commitInsert() local
128 if (FA.Text.empty()) { in commitInsert()
129 FA.Text = copyString(text); in commitInsert()
134 FA.Text = copyString(Twine(text) + FA.Text); in commitInsert()
136 FA.Text = copyString(Twine(FA.Text) + text); in commitInsert()
156 FileEdit &FA = I->second; in commitInsertFromRange() local
158 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
173 FileEdit &FA = I->second; in commitInsertFromRange() local
175 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitInsertFromRange()
184 StrVec += FA.Text; in commitInsertFromRange()
210 FileEdit &FA = I->second; in commitRemove() local
212 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
228 FileEdit &FA = I->second; in commitRemove() local
230 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
253 FileEdit &FA = I->second; in commitRemove() local
255 FileOffset E = B.getWithOffset(FA.RemoveLen); in commitRemove()
473 FileEdit &FA = I->second; in getActionForOffset() local
475 FileOffset E = B.getWithOffset(FA.RemoveLen); in getActionForOffset()