Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScope.h237 DiagnosticErrorTrap ErrorTrap; variable
257 : ErrorTrap(Diag) { in Scope()
404 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
HDScopeInfo.h200 DiagnosticErrorTrap ErrorTrap;
401 ErrorTrap(Diag) {} in FunctionScopeInfo()
413 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScope.cpp101 ErrorTrap.reset(); in Init()
HDScopeInfo.cpp55 ErrorTrap.reset(); in Clear()