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.cpp148 bool const IgnoreChildErrors; member in clang::ChildErrorHandlingStrategy
152 : FromDC(FromDC), IgnoreChildErrors(!isa<TagDecl>(FromDC)) {} in ChildErrorHandlingStrategy()
155 IgnoreChildErrors(!isa<TagDecl>(FromD)) {} in ChildErrorHandlingStrategy()
162 if (ChildErr && !IgnoreChildErrors) in handleChildImportResult()
171 if (!IgnoreChildErrors || !FromDC) in ignoreChildErrorOnParent()