reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
301 Stmt::child_iterator SI = scope.End, SE = compoundS->body_end(); 310 scope.IsFollowedBySimpleReturnStmt = true; 315 nameUsedOutsideScope = !NameReferenceChecker(Pass.Ctx, scope, 330 (*scope.Begin)->getBeginLoc()); 332 (*scope.End)->getBeginLoc()); 339 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); 339 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); 340 Stmt::child_iterator I = scope.Begin; 342 for (; I != scope.End; ++I) 346 PoolVars[scope.PoolVar].Scopes.push_back(scope); 346 PoolVars[scope.PoolVar].Scopes.push_back(scope);