Searched refs:hasErrors (Results 1 – 3 of 3) sorted by relevance
75 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local76 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit()
3221 bool hasErrors = Record[7]; in ReadControlBlock() local3222 if (hasErrors && !DisableValidation) { in ReadControlBlock()3235 if (hasErrors) { in ReadControlBlock()
153 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks1364 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()