Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h148 SourceLocation getAtFinallyLoc() const { return AtFinallyLoc; } in getAtFinallyLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp518 AF->getAtFinallyLoc())); in BuildScopeInformation()
H A DTreeTransform.h8678 return getDerived().RebuildObjCAtFinallyStmt(S->getAtFinallyLoc(), in TransformObjCAtFinallyStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1577 Record.AddSourceLocation(S->getAtFinallyLoc()); in VisitObjCAtFinallyStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7176 ExpectedSLoc ToAtFinallyLocOrErr = import(S->getAtFinallyLoc()); in VisitObjCAtFinallyStmt()