Searched defs:AtTryLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h156 SourceLocation AtTryLoc; member in class:clang::ObjCAtTryStmt
193 SourceLocation getAtTryLoc() const { return AtTryLoc; }
194 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
241 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }

Completed in 60 milliseconds