Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DGeneratePCH.cpp47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local
H A DASTWriter.cpp4194 bool hasErrors) { in WriteAST()
H A DASTReader.cpp2370 bool hasErrors = Record[5]; in ReadControlBlock() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h136 bool hasErrors() { return HasErrors; } in hasErrors() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2480 bool hasErrors, in serializeUnit()
2492 bool hasErrors = getDiagnostics().hasErrorOccurred(); in serialize() local