OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TryScope
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
89
///
TryScope
- This is the scope of a C++ try statement.
90
TryScope
= 0x2000
311
bool isTryScope() const { return getFlags() & Scope::
TryScope
; }
/external/clang/lib/Parse/
ParseObjc.cpp
[
all
...]
ParseStmt.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExprCXX.cpp
509
Scope::
TryScope
))
[
all
...]
Completed in 27 milliseconds