Home | History | Annotate | Download | only in IR

Lines Matching refs:Unresolved

193   /// \brief Track unresolved string-based type references.
3894 Assert(false, "unresolved type ref", S, N);
3927 // Sort the unresolved references by name so the output is deterministic.
3929 SmallVector<TypeRef, 32> Unresolved(UnresolvedTypeRefs.begin(),
3931 std::sort(Unresolved.begin(), Unresolved.end(),
3936 // Visit the unresolved refs (printing out the errors).
3937 for (const TypeRef &TR : Unresolved)