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.h242 DiagnosticErrorTrap ErrorTrap; variable
262 : ErrorTrap(Diag) { in Scope()
409 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
H A DScopeInfo.h200 DiagnosticErrorTrap ErrorTrap;
401 ErrorTrap(Diag) {} in FunctionScopeInfo()
413 return ErrorTrap.hasUnrecoverableErrorOccurred(); in hasUnrecoverableErrorOccurred()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp101 ErrorTrap.reset(); in Init()
H A DScopeInfo.cpp54 ErrorTrap.reset(); in Clear()