Searched refs:getExceptLoc (Results 1 – 6 of 6) sorted by relevance
1864 SourceLocation getLocStart() const LLVM_READONLY { return getExceptLoc(); } in getLocStart()1867 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
3314 SourceLocation getBeginLoc() const LLVM_READONLY { return getExceptLoc(); } in getBeginLoc()3316 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
2141 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
1735 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
7142 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()
8294 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()