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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h176 virtual bool hasErrors() { return HasErrors; } function in class:clang::ModuleDependencyCollector
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp85 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp144 bool hasErrors() { return m_has_errors; } function in class:ClangExpressionParser::LLDBPreprocessorCallbacks
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2337 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); local
2321 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument

Completed in 131 milliseconds