Searched refs:AtThrowLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h315 SourceLocation AtThrowLoc; member in class:clang::ObjCAtThrowStmt
319 AtThrowLoc = atThrowLoc;
328 SourceLocation getThrowLoc() { return AtThrowLoc; }
329 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; }
331 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; }
333 return Throw ? Throw->getLocEnd() : AtThrowLoc;

Completed in 69 milliseconds