Searched refs:nextRef (Results 1 – 3 of 3) sorted by relevance
195 for (auto* nextRef : type->getReferences()) { in lookupTypes() local196 if (nextRef->isResolved()) { in lookupTypes()200 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes()203 << nextRef->getLookupFqName().string() << "' at " in lookupTypes()204 << nextRef->location() << "\n"; in lookupTypes()207 nextRef->set(nextType); in lookupTypes()220 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes() local221 const Type *targetType = nextRef->get(); in gatherReferencedTypes()245 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions() local246 if (nextRef->isResolved()) continue; in lookupConstantExpressions()[all …]
173 for (auto* nextRef : getReferences()) { in recursivePass() local174 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()197 for (const auto* nextRef : getReferences()) { in recursivePass() local198 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()248 for (const auto* nextRef : getStrongReferences()) { in topologicalOrder() local249 const auto* nextType = nextRef->shallowGet(); in topologicalOrder()256 << nextRef->location() << "\n"; in topologicalOrder()
568 for (auto* nextRef : getReferences()) { in recursivePass() local569 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()601 for (const auto* nextRef : getReferences()) { in recursivePass() local602 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()647 for (const auto* nextRef : getReferences()) { in checkAcyclic() local648 const auto* nextCE = nextRef->shallowGet()->constExpr(); in checkAcyclic()661 << nextRef->location() << "\n"; in checkAcyclic()