Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h333 SourceLocation AtThrowLoc; variable
339 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()
348 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc()
349 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()
351 SourceLocation getBeginLoc() const LLVM_READONLY { return AtThrowLoc; } in getBeginLoc()
353 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc()