Searched refs:nextRef (Results 1 – 4 of 4) sorted by relevance
65 for (const auto* nextRef : scope->getReferences()) { in lintUnionRecursively() local66 if (!nextRef->get()->isCompoundType()) continue; in lintUnionRecursively()68 const CompoundType* compoundType = static_cast<const CompoundType*>(nextRef->get()); in lintUnionRecursively()71 if (!Location::inSameFile(scope->location(), nextRef->location())) continue; in lintUnionRecursively()76 errors->push_back(Lint(ERROR, nextRef->location()) in lintUnionRecursively()102 errors->push_back(Lint(ERROR, nextRef->location()) in lintUnionRecursively()
208 for (auto* nextRef : type->getReferences()) { in lookupTypes() local209 if (nextRef->isResolved()) { in lookupTypes()213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes()216 << nextRef->getLookupFqName().string() << "' at " in lookupTypes()217 << nextRef->location() in lookupTypes()221 nextRef->set(nextType); in lookupTypes()234 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes() local235 const Type *targetType = nextRef->get(); in gatherReferencedTypes()259 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions() local260 if (nextRef->isResolved()) continue; in lookupConstantExpressions()[all …]
179 for (auto* nextRef : getReferences()) { in recursivePass() local180 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()203 for (const auto* nextRef : getReferences()) { in recursivePass() local204 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()254 for (const auto* nextRef : getStrongReferences()) { in topologicalOrder() local255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder()262 << nextRef->location() << "\n"; in topologicalOrder()
570 for (auto* nextRef : getReferences()) { in recursivePass() local571 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()603 for (const auto* nextRef : getReferences()) { in recursivePass() local604 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()649 for (const auto* nextRef : getReferences()) { in checkAcyclic() local650 const auto* nextCE = nextRef->shallowGet()->constExpr(); in checkAcyclic()663 << nextRef->location() << "\n"; in checkAcyclic()