Home
last modified time | relevance | path

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

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