Searched defs:AtTryLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h156 SourceLocation AtTryLoc; member in class:clang::ObjCAtTryStmt
192 SourceLocation getAtTryLoc() const { return AtTryLoc; }
193 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
240 SourceLocation getLocStart() const LLVM_READONLY { return AtTryLoc; }

Completed in 326 milliseconds