Lines Matching defs:Adj
3772 `Adj` and not between `CurrentVar` and `Adj`. Both approaches would
3791 for (const VarDecl *Adj : AdjacentNodes) {
3792 if (VisitedVarsDirected.find(Adj) == VisitedVarsDirected.end()) {
3793 QueueDirected.push(Adj);
3795 DependenciesMap[Var].insert(Adj);
3796 DependenciesMap[Adj].insert(Var);
3827 for (const VarDecl *Adj : AdjacentNodes) {
3828 if (VisitedVars.find(Adj) == VisitedVars.end()) {
3829 Queue.push(Adj);