Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp64 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); HandleTranslationUnit() local
H A DASTReader.cpp3031 bool hasErrors = Record[7]; ReadControlBlock() local
/llvm-project/clang/include/clang/Frontend/
H A DUtils.h162 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h182 bool hasErrors() const { return size() > 0; } in hasErrors() function
/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp144 bool hasErrors() { return m_has_errors; } hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks