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 159 SourceLocation AtTryLoc;
177 ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
187 static ObjCAtTryStmt *Create(ASTContext &Context, SourceLocation atTryLoc,
196 SourceLocation getAtTryLoc() const { return AtTryLoc; }
197 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
  /external/clang/lib/AST/
Stmt.cpp 564 ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
567 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc),
580 SourceLocation atTryLoc,
588 return new (Mem) ObjCAtTryStmt(atTryLoc, atTryStmt, CatchStmts, NumCatchStmts,
610 return SourceRange(AtTryLoc, EndLoc);

Completed in 50 milliseconds