Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h314 SourceLocation AtThrowLoc; variable
320 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()
329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc()
330 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()
332 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart()
334 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd()