Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtObjC.h105 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp496 AC->getAtCatchLoc())); in BuildScopeInformation()
H A DTreeTransform.h7967 return getDerived().RebuildObjCAtCatchStmt(S->getAtCatchLoc(), in TransformObjCAtCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1451 Record.AddSourceLocation(S->getAtCatchLoc()); in VisitObjCAtCatchStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6437 auto ToAtCatchLoc = importChecked(Err, S->getAtCatchLoc()); in VisitObjCAtCatchStmt()