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

  /external/clang/include/clang/AST/
StmtObjC.h 157 SourceLocation AtTryLoc;
175 ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
186 SourceLocation atTryLoc, Stmt *atTryStmt,
193 SourceLocation getAtTryLoc() const { return AtTryLoc; }
194 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
241 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }
  /external/clang/lib/AST/
StmtObjC.cpp 32 ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
35 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc),
47 SourceLocation atTryLoc, Stmt *atTryStmt,
54 return new (Mem) ObjCAtTryStmt(atTryLoc, atTryStmt, CatchStmts, NumCatchStmts,

Completed in 80 milliseconds