Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h221 DiagnosticErrorTrap ErrorTrap; variable
241 : ErrorTrap(Diag) { in Scope()
385 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h197 DiagnosticErrorTrap ErrorTrap;
398 ErrorTrap(Diag) {} in FunctionScopeInfo()
410 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp98 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp54 ErrorTrap.reset(); in Clear()