Home
last modified time | relevance | path

Searched refs:getCatchLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h48 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp647 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1636 Record.AddSourceLocation(S->getCatchLoc()); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7088 auto ToCatchLoc = importChecked(Err, S->getCatchLoc()); in VisitCXXCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8809 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()