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 156 SourceLocation AtTryLoc;
174 ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
184 static ObjCAtTryStmt *Create(ASTContext &Context, SourceLocation atTryLoc,
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/
Stmt.cpp 727 ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
730 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc),
743 SourceLocation atTryLoc,
751 return new (Mem) ObjCAtTryStmt(atTryLoc, atTryStmt, CatchStmts, NumCatchStmts,
    [all...]

Completed in 234 milliseconds