Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp75 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
76 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
H A DASTReader.cpp3221 bool hasErrors = Record[7]; in ReadControlBlock() local
3222 if (hasErrors && !DisableValidation) { in ReadControlBlock()
3235 if (hasErrors) { in ReadControlBlock()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp153 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1364 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()