Searched refs:UnderlyingTypeOrErr (Results 1 – 1 of 1) sorted by relevance
1069 ExpectedType UnderlyingTypeOrErr = import(T->getValueType()); in VisitAtomicType() local1070 if (!UnderlyingTypeOrErr) in VisitAtomicType()1071 return UnderlyingTypeOrErr.takeError(); in VisitAtomicType()1073 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()