Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h174 SourceLocation AtTryLoc; variable
209 SourceLocation getAtTryLoc() const { return AtTryLoc; } in getAtTryLoc()
210 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc()
257 SourceLocation getBeginLoc() const LLVM_READONLY { return AtTryLoc; } in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtObjC.cpp34 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc), in ObjCAtTryStmt()