Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
H A DASTWriter.cpp4286 bool hasErrors, in WriteAST()
H A DASTReader.cpp2760 bool hasErrors = Record[6]; in ReadControlBlock() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h176 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2301 bool hasErrors, in serializeUnit()
2314 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local