Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2309 Error ChildErrors = Error::success(); in ImportDeclContext() local
2321 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
2330 HandleChildErrors.handleChildImportResult(ChildErrors, std::move(Err)); in ImportDeclContext()
2360 consumeError(std::move(ChildErrors)); in ImportDeclContext()
2393 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
2397 return ChildErrors; in ImportDeclContext()