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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h332 bool hasUnrecoverableErrorOccurred() const { function in class:clang::Scope
333 return ErrorTrap.hasUnrecoverableErrorOccurred();
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h106 return Diags.hasUnrecoverableErrorOccurred();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h763 bool hasUnrecoverableErrorOccurred() const { function in class:clang::DiagnosticsEngine
1026 bool hasUnrecoverableErrorOccurred() const { function in class:clang::DiagnosticErrorTrap
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1821 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred();
H A DSemaDeclObjC.cpp5223 if (S->hasUnrecoverableErrorOccurred())
H A DSemaDecl.cpp1910 if (!S->hasUnrecoverableErrorOccurred()) {

Completed in 164 milliseconds