Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1855 Error ChildErrors = Error::success(); in ImportDeclContext() local
1893 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
1899 HandleChildErrors.handleChildImportResult(ChildErrors, in ImportDeclContext()
1929 return ChildErrors; in ImportDeclContext()
1933 consumeError(std::move(ChildErrors)); in ImportDeclContext()
1957 return ChildErrors; in ImportDeclContext()