Searched refs:AtCatchFinallyLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2527 SourceLocation AtCatchFinallyLoc = ConsumeToken(); local
2563 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc,
2571 Diag(AtCatchFinallyLoc, diag::err_expected_lparen_after)
2602 FinallyStmt = Actions.ActOnObjCAtFinallyStmt(AtCatchFinallyLoc,

Completed in 97 milliseconds