Searched refs:FoundOrErr (Results 1 – 1 of 1) sorted by relevance
1430 Expected<UsingShadowDecl *> FoundOrErr = import(T->getFoundDecl()); in VisitUsingType() local1431 if (!FoundOrErr) in VisitUsingType()1432 return FoundOrErr.takeError(); in VisitUsingType()1437 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()