Searched refs:hasUncompilableErrorOccurred (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp66 PP.getDiagnostics().hasUncompilableErrorOccurred(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h757 bool hasUncompilableErrorOccurred() const { function in class:clang::DiagnosticsEngine
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2337 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2042 if (Diags.hasUncompilableErrorOccurred()) {
H A DSemaTemplateInstantiate.cpp237 SemaRef.Diags.hasUncompilableErrorOccurred()) {
H A DSemaDecl.cpp14169 if (!getDiagnostics().hasUncompilableErrorOccurred() &&

Completed in 286 milliseconds