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 731 NumCatchStmts(NumCatchStmts), HasFinally(atFinallyStmt != 0)
738 if (HasFinally)
757 bool HasFinally) {
759 (1 + NumCatchStmts + HasFinally) * sizeof(Stmt *);
761 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
765 if (HasFinally)
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 73 milliseconds