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