Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h315 SourceLocation AtThrowLoc; variable
319 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()
328 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc()
329 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()
331 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart()
333 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd()