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,
185 SourceLocation atTryLoc, Stmt *atTryStmt,
192 SourceLocation getAtTryLoc() const { return AtTryLoc; }
193 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
240 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }
  /external/clang/lib/AST/
Stmt.cpp 718 ObjCAtTryStmt::ObjCAtTryStmt(SourceLocation atTryLoc, Stmt *atTryStmt,
721 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc),
733 SourceLocation atTryLoc,
741 return new (Mem) ObjCAtTryStmt(atTryLoc, atTryStmt, CatchStmts, NumCatchStmts,
    [all...]

Completed in 59 milliseconds