Home | History | Annotate | Download | only in Analysis

Lines Matching defs:distance

235     int distance(const_iterator L);
262 /// distance - Calculates distance from this to L. L must be reachable from this
263 /// (with use of ++ operator). Cost of calculating the distance is linear w.r.t.
265 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) {
1226 Decls.reserve(B.distance(E));
1422 = Blk->beginAutomaticObjDtorsInsert(Blk->end(), B.distance(E), C);