Home
last modified time | relevance | path

Searched refs:FinallyLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp679 StmtResult Parser::ParseSEHFinallyBlock(SourceLocation FinallyLoc) { in ParseSEHFinallyBlock() argument
696 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2008 SourceLocation FinallyLoc = finalStmt->getBeginLoc(); in RewriteObjCTryStmt() local
2011 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
2016 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3640 SourceLocation FinallyLoc,