Searched refs:tryGetType (Results 1 – 6 of 6) sorted by relevance
134 ? Ids->tryGetType(RefTI) in markReferencedTypes()135 : Types.tryGetType(RefTI); in markReferencedTypes()
697 else if (std::optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()1254 } else if (std::optional<CVType> Type = Types.tryGetType(TI)) { in dumpPartialTypeStream()
71 std::optional<CVType> tryGetType(TypeIndex Index);
69 std::optional<CVType> cvt = types.tryGetType(bis.BuildId); in ParseBuildInfo()
98 std::optional<CVType> LazyRandomTypeCollection::tryGetType(TypeIndex Index) { in tryGetType() function in LazyRandomTypeCollection
1574 CVFunctionType = Ids.tryGetType(TIFunctionType); in visitKnownRecord()1589 CVFunctionType = Types.tryGetType(TIFunctionType); in visitKnownRecord()