Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtObjC.h105 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp501 AC->getAtCatchLoc())); in BuildScopeInformation()
H A DTreeTransform.h8096 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(), in TransformObjCAtCatchStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1460 Record.AddSourceLocation(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6677 auto ToAtCatchLoc = importChecked(Err, S->getAtCatchLoc()); in VisitObjCAtCatchStmt()