Lines Matching defs:Adj
3194 `Adj` and not between `CurrentVar` and `Adj`. Both approaches would
3213 for (const VarDecl *Adj : AdjacentNodes) {
3214 if (VisitedVarsDirected.find(Adj) == VisitedVarsDirected.end()) {
3215 QueueDirected.push(Adj);
3217 DependenciesMap[Var].insert(Adj);
3218 DependenciesMap[Adj].insert(Var);
3249 for (const VarDecl *Adj : AdjacentNodes) {
3250 if (VisitedVars.find(Adj) == VisitedVars.end()) {
3251 Queue.push(Adj);