Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp149 bool const IgnoreChildErrors; member in clang::ChildErrorHandlingStrategy
153 : FromDC(FromDC), IgnoreChildErrors(!isa<TagDecl>(FromDC)) {} in ChildErrorHandlingStrategy()
156 IgnoreChildErrors(!isa<TagDecl>(FromD)) {} in ChildErrorHandlingStrategy()
163 if (ChildErr && !IgnoreChildErrors) in handleChildImportResult()
172 if (!IgnoreChildErrors || !FromDC) in ignoreChildErrorOnParent()