Searched refs:hasErrors (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
47 if (hasErrors && !AllowASTWithErrors)
55 assert(hasErrors && "emitting module but current module doesn't exist");
H A DASTWriter.cpp4293 bool hasErrors,
4297 ASTHasCompilerErrors = hasErrors;
H A DASTReader.cpp2742 bool hasErrors = Record[7];
2743 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
2747 if (hasErrors) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h176 virtual bool hasErrors() { return HasErrors; } function in class:clang::ModuleDependencyCollector
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp85 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList
330 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
554 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
H A DInternals.h36 bool hasErrors() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2324 bool hasErrors,
2326 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors);
2337 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); local
2341 getSema(), hasErrors, OS);
2347 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
2321 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h564 bool hasErrors = false,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp144 bool hasErrors() { return m_has_errors; } function in class:ClangExpressionParser::LLDBPreprocessorCallbacks
1029 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) {

Completed in 196 milliseconds