OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEHTryScope
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
188
} else if (Flags &
SEHTryScope
) {
189
OS << "
SEHTryScope
";
190
Flags &= ~
SEHTryScope
;
/external/clang/include/clang/Sema/
Scope.h
119
SEHTryScope
= 0x80000,
424
bool isSEHTryScope() const { return getFlags() & Scope::
SEHTryScope
; }
/external/clang/lib/Parse/
ParseStmt.cpp
434
Scope::DeclScope | Scope::
SEHTryScope
));
[
all
...]
Completed in 98 milliseconds