Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h216 DiagnosticErrorTrap ErrorTrap; variable
236 : ErrorTrap(Diag) { in Scope()
380 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h191 DiagnosticErrorTrap ErrorTrap;
391 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
403 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScope.cpp96 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp53 ErrorTrap.reset(); in Clear()