Home
last modified time | relevance | path

Searched refs:FoundOrErr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1430 Expected<UsingShadowDecl *> FoundOrErr = import(T->getFoundDecl()); in VisitUsingType() local
1431 if (!FoundOrErr) in VisitUsingType()
1432 return FoundOrErr.takeError(); in VisitUsingType()
1437 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()