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