Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1993 Error ChildErrors = Error::success(); in ImportDeclContext() local
2005 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
2014 HandleChildErrors.handleChildImportResult(ChildErrors, std::move(Err)); in ImportDeclContext()
2044 consumeError(std::move(ChildErrors)); in ImportDeclContext()
2077 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
2081 return ChildErrors; in ImportDeclContext()