Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h81 SourceLocation AtCatchLoc, RParenLoc; variable
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
105 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc()
106 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc()
110 SourceLocation getBeginLoc() const LLVM_READONLY { return AtCatchLoc; } in getBeginLoc()