Home
last modified time | relevance | path

Searched refs:getAtCatchLoc (Results 1 – 6 of 6) 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.cpp506 AC->getAtCatchLoc())); in BuildScopeInformation()
H A DSemaFunctionEffects.cpp1148 Catch->getAtCatchLoc()); in VisitObjCAtCatchStmt()
H A DTreeTransform.h9009 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(), in TransformObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1592 Record.AddSourceLocation(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7511 auto ToAtCatchLoc = importChecked(Err, S->getAtCatchLoc()); in VisitObjCAtCatchStmt()