OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorTrap
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
193
DiagnosticErrorTrap
ErrorTrap
;
201
:
ErrorTrap
(Diag) {
313
bool hasErrorOccurred() const { return
ErrorTrap
.hasErrorOccurred(); }
316
return
ErrorTrap
.hasUnrecoverableErrorOccurred();
ScopeInfo.h
137
DiagnosticErrorTrap
ErrorTrap
;
371
ErrorTrap
(Diag) { }
/external/clang/lib/Sema/
Scope.cpp
90
ErrorTrap
.reset();
ScopeInfo.cpp
44
ErrorTrap
.reset();
Sema.cpp
[
all
...]
Completed in 190 milliseconds