Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h121 SourceLocation AtFinallyLoc; variable
126 : Stmt(ObjCAtFinallyStmtClass), AtFinallyLoc(atFinallyLoc), in ObjCAtFinallyStmt()
136 SourceLocation getBeginLoc() const LLVM_READONLY { return AtFinallyLoc; } in getBeginLoc()
141 SourceLocation getAtFinallyLoc() const { return AtFinallyLoc; } in getAtFinallyLoc()
142 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc()