Home
last modified time | relevance | path

Searched refs:getAtTryLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h193 SourceLocation getAtTryLoc() const { return AtTryLoc; } in getAtTryLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp449 AT->getAtTryLoc())); in BuildScopeInformation()
H A DTreeTransform.h7230 return getDerived().RebuildObjCAtTryStmt(S->getAtTryLoc(), TryBody.get(), in TransformObjCAtTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1223 Record.AddSourceLocation(S->getAtTryLoc()); in VisitObjCAtTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1935 SourceLocation TryLocation = S->getAtTryLoc(); in RewriteObjCTryStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5992 S->getAtTryLoc(), S->getTryBody(), S->getFinallyStmt()); in VisitObjCAtTryStmt()