Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h211 DiagnosticErrorTrap ErrorTrap; variable
221 : ErrorTrap(Diag) { in Scope()
363 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h186 DiagnosticErrorTrap ErrorTrap;
383 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
395 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp93 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp53 ErrorTrap.reset(); in Clear()