Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h193 DiagnosticErrorTrap ErrorTrap; variable
201 : ErrorTrap(Diag) { in Scope()
313 bool hasErrorOccurred() const { return ErrorTrap.hasErrorOccurred(); } in hasErrorOccurred()
316 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
HDScopeInfo.h134 DiagnosticErrorTrap ErrorTrap; variable
357 ErrorTrap(Diag) { } in FunctionScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp90 ErrorTrap.reset(); in Init()
HDScopeInfo.cpp41 ErrorTrap.reset(); in Clear()
HDSema.cpp1161 return getCurFunction()->ErrorTrap.hasUnrecoverableErrorOccurred(); in hasAnyUnrecoverableErrorsInThisFunction()