Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DGeneratePCH.cpp46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
H A DASTWriter.cpp4528 bool hasErrors, in WriteAST()
H A DASTReader.cpp2795 bool hasErrors = Record[6]; in ReadControlBlock() local
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DUtils.h160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2331 bool hasErrors, in serializeUnit()
2344 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp146 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks