Searched defs:hasErrors (Results 1 – 7 of 7) sorted by relevance
46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
4528 bool hasErrors, in WriteAST()
2795 bool hasErrors = Record[6]; in ReadControlBlock() local
160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
2331 bool hasErrors, in serializeUnit()2344 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local
146 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks