Home
last modified time | relevance | path

Searched defs:hasErrors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp64 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
H A DASTReader.cpp3031 bool hasErrors = Record[7]; in ReadControlBlock() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp144 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks