Lines Matching defs:Visited
247 getInliningModeForFunction(const Decl *D, const SetOfConstDecls &Visited);
390 const SetOfConstDecls &Visited,
420 return Visited.count(D);
425 const SetOfConstDecls &Visited) {
429 if (Visited.count(D) && isa<ObjCMethodDecl>(D)) {
450 // the previously processed functions. Use external Visited set to identify
454 SetOfConstDecls Visited;
468 if (shouldSkipFunction(D, Visited, VisitedAsTopLevel))
486 HandleCode(D, AM_Path, getInliningModeForFunction(D, Visited),
493 Visited.insert(isa<ObjCMethodDecl>(Callee) ? Callee