Home
last modified time | relevance | path

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

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