Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3602 SourceLocation getBeginLoc() const LLVM_READONLY { return getExceptLoc(); } in getBeginLoc()
3604 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2310 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8782 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()