Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp639 StmtResult Parser::ParseSEHFinallyBlock(SourceLocation FinallyLoc) { in ParseSEHFinallyBlock() argument
656 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2006 SourceLocation FinallyLoc = finalStmt->getBeginLoc(); in RewriteObjCTryStmt() local
2009 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
2014 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3740 SourceLocation FinallyLoc,