Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp1384 Expected<UsingShadowDecl *> FoundOrErr = import(T->getFoundDecl()); in VisitUsingType() local
1385 if (!FoundOrErr) in VisitUsingType()
1386 return FoundOrErr.takeError(); in VisitUsingType()
1391 return Importer.getToContext().getUsingType(*FoundOrErr, *UnderlyingOrErr); in VisitUsingType()