Searched refs:nextType (Results 1 – 3 of 3) sorted by relevance
45 for (const auto* nextType : scope->getDefinedTypes()) { in lintUnionRecursively() local46 if (!nextType->isCompoundType()) { in lintUnionRecursively()48 lintUnionRecursively(static_cast<const Scope*>(nextType), visited, errors); in lintUnionRecursively()52 const CompoundType* compoundType = static_cast<const CompoundType*>(nextType); in lintUnionRecursively()
174 for (auto* nextType : getDefinedTypes()) { in recursivePass() local175 err = nextType->recursivePass(stage, func, visited); in recursivePass()198 for (const auto* nextType : getDefinedTypes()) { in recursivePass() local199 err = nextType->recursivePass(stage, func, visited); in recursivePass()235 for (const auto* nextType : getDefinedTypes()) { in topologicalOrder() local236 auto err = nextType->topologicalOrder(reversedOrder, stack); in topologicalOrder()241 std::cerr << " '" << nextType->typeName() << "' in '" << typeName() << "'"; in topologicalOrder()242 if (nextType->isNamedType()) { in topologicalOrder()243 std::cerr << " at " << static_cast<const NamedType*>(nextType)->location(); in topologicalOrder()255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder() local[all …]
213 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupTypes() local214 if (nextType == nullptr) { in lookupTypes()221 nextRef->set(nextType); in lookupTypes()269 Type* nextType = lookupType(nextRef->getLookupFqName(), scope); in lookupConstantExpressions() local270 if (nextType == nullptr) { in lookupConstantExpressions()276 nextRef->set(nextType); in lookupConstantExpressions()