HomeSort by: relevance | last modified time | path
    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 40 milliseconds