OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Finally
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h
79
enum class ClrHandlerType { Catch,
Finally
, Fault, Filter };
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
1502
Stmt *
Finally
) {
1504
Finally
);
1531
/// Build a new Objective-C \@
finally
statement.
7916
// Transform the @
finally
statement (if present).
7917
StmtResult
Finally
;
7919
Finally
= getDerived().TransformStmt(S->getFinallyStmt());
7920
if (
Finally
.isInvalid())
7928
Finally
.get() == S->getFinallyStmt())
7933
CatchStmts,
Finally
.get());
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026