Home
last modified time | relevance | path

Searched refs:ErrorTrap (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h203 DiagnosticErrorTrap ErrorTrap; variable
213 : ErrorTrap(Diag) { in Scope()
328 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred()
331 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h177 DiagnosticErrorTrap ErrorTrap; variable
373 ErrorTrap(Diag) {} in FunctionScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp94 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp53 ErrorTrap.reset(); in Clear()
H A DSema.cpp1506 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()