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

/external/clang/include/clang/AST/
H A DStmtObjC.h314 SourceLocation AtThrowLoc; member in class:clang::ObjCAtThrowStmt
318 AtThrowLoc = atThrowLoc;
327 SourceLocation getThrowLoc() { return AtThrowLoc; }
328 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; }
330 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; }
332 return Throw ? Throw->getLocEnd() : AtThrowLoc;

Completed in 364 milliseconds