Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp588 StmtResult Parser::ParseSEHFinallyBlock(SourceLocation FinallyLoc) { in ParseSEHFinallyBlock() argument
605 return Actions.ActOnFinishSEHFinallyBlock(FinallyLoc, Block.get()); in ParseSEHFinallyBlock()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp2007 SourceLocation FinallyLoc = finalStmt->getBeginLoc(); in RewriteObjCTryStmt() local
2010 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
2015 ConvertSourceLocationToLineDirective(FinallyLoc, buf); in RewriteObjCTryStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h3356 SourceLocation FinallyLoc,