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.h237 DiagnosticErrorTrap ErrorTrap; variable
257 : ErrorTrap(Diag) { in Scope()
404 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.cpp55 ErrorTrap.reset(); in Clear()