Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h89 SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); } in getBeginLoc()
91 SourceLocation getTryLoc() const { return TryLoc; } in getTryLoc() function
H A DStmt.h3043 SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); } in getBeginLoc()
3045 SourceLocation getTryLoc() const { return TryLoc; } in getTryLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1269 Record.AddSourceLocation(S->getTryLoc()); in VisitCXXTryStmt()
1864 Record.AddSourceLocation(S->getTryLoc()); in VisitSEHTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7440 return getDerived().RebuildCXXTryStmt(S->getTryLoc(), TryBlock.get(), in TransformCXXTryStmt()
7655 return getDerived().RebuildSEHTryStmt(S->getIsCXXTry(), S->getTryLoc(), in TransformSEHTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5897 ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc()); in VisitCXXTryStmt()