Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:End

88            I = PoolVars.begin(), E = PoolVars.end(); I != E; ++I) {
97 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
100 clearRefsIn(*scope.End, info.Refs);
101 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
121 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
124 clearUnavailableDiags(*scope.End);
128 Pass.TA.removeStmt(*scope.End);
129 Stmt::child_iterator retI = scope.End;
143 Pass.TA.replaceStmt(*scope.End, "}");
152 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
156 relE = scope.Releases.end(); relI != relE; ++relI) {
209 scope.End = I;
229 Stmt::child_iterator End;
233 PoolScope() : PoolVar(nullptr), CompoundParent(nullptr), Begin(), End(),
239 if (rangeS == End)
242 for (Stmt::child_iterator I = rangeS; I != End; ++I)
260 (*scope.End)->getLocStart());
302 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end();
333 (*scope.End)->getLocStart());
343 for (; I != scope.End; ++I)