Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp162 void handleChildImportResult(Error &ResultErr, Error &&ChildErr) { in handleChildImportResult() argument
163 if (ChildErr && !IgnoreChildErrors) in handleChildImportResult()
164 ResultErr = joinErrors(std::move(ResultErr), std::move(ChildErr)); in handleChildImportResult()
166 consumeError(std::move(ChildErr)); in handleChildImportResult()