HomeSort by relevance Sort by last modified time
    Searched refs:HasFinally (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 162 bool HasFinally : 1;
179 bool HasFinally)
181 HasFinally(HasFinally) { }
190 bool HasFinally);
225 if (!HasFinally)
231 if (!HasFinally)
237 assert(HasFinally && "@try does not have a @finally slot!");
250 getStmts() + 1 + NumCatchStmts + HasFinally);
  /external/clang/lib/AST/
Stmt.cpp 723 NumCatchStmts(NumCatchStmts), HasFinally(atFinallyStmt != 0)
730 if (HasFinally)
749 bool HasFinally) {
751 (1 + NumCatchStmts + HasFinally) * sizeof(Stmt *);
753 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
757 if (HasFinally)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 43 milliseconds