Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp151 bool const IgnoreChildErrors; member in clang::ChildErrorHandlingStrategy
155 : FromDC(FromDC), IgnoreChildErrors(!isa<TagDecl>(FromDC)) {} in ChildErrorHandlingStrategy()
158 IgnoreChildErrors(!isa<TagDecl>(FromD)) {} in ChildErrorHandlingStrategy()
165 if (ChildErr && !IgnoreChildErrors) in handleChildImportResult()
174 if (!IgnoreChildErrors || !FromDC) in ignoreChildErrorOnParent()