Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2968 SourceLocation getBeginLoc() const LLVM_READONLY { return getExceptLoc(); } in getBeginLoc()
2970 SourceLocation getExceptLoc() const { return Loc; } in getExceptLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1848 Record.AddSourceLocation(S->getExceptLoc()); in VisitSEHExceptStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7678 return getDerived().RebuildSEHExceptStmt(S->getExceptLoc(), FilterExpr.get(), in TransformSEHExceptStmt()