Searched defs:hasErrors (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | GeneratePCH.cpp | 46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); HandleTranslationUnit() local |
H A D | ASTReader.cpp | 2983 bool hasErrors = Record[7]; ReadControlBlock() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
H A D | Utils.h | 162 virtual bool hasErrors() { return HasErrors; } in hasErrors() function |
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ | ||
H A D | ARCMT.cpp | 86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ClangExpressionParser.cpp | 144 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks |