Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h102 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp461 AC->getAtCatchLoc())); in BuildScopeInformation()
H A DTreeTransform.h7265 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(), in TransformObjCAtCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1198 Record.AddSourceLocation(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5965 S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(), in VisitObjCAtCatchStmt()