Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h49 SourceLocation getCatchLoc() const { return CatchLoc; } in getCatchLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDReachableCode.cpp556 return cast<CXXTryStmt>(S)->getHandler(0)->getCatchLoc(); in GetUnreachableLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1108 Writer.AddSourceLocation(S->getCatchLoc(), Record); in VisitCXXCatchStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4864 SourceLocation ToCatchLoc = Importer.Import(S->getCatchLoc()); in VisitCXXCatchStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h6574 return getDerived().RebuildCXXCatchStmt(S->getCatchLoc(), Var, Handler.get()); in TransformCXXCatchStmt()