Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h211 DiagnosticErrorTrap ErrorTrap; variable
231 : ErrorTrap(Diag) { in Scope()
377 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h191 DiagnosticErrorTrap ErrorTrap;
388 NeedsCoroutineSuspends(true), ErrorTrap(Diag) {} in FunctionScopeInfo()
400 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp93 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp53 ErrorTrap.reset(); in Clear()