Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h78 SourceLocation AtCatchLoc, RParenLoc; variable
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
102 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc()
103 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc()
107 SourceLocation getLocStart() const LLVM_READONLY { return AtCatchLoc; } in getLocStart()