Home
last modified time | relevance | path

Searched refs:OutlinedStmt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1871 const Stmt *OutlinedStmt, in EmitCapturedLocals() argument
1875 Finder.Visit(OutlinedStmt); in EmitCapturedLocals()
2014 const Stmt *OutlinedStmt) { in startOutlinedSEHHelper() argument
2015 SourceLocation StartLoc = OutlinedStmt->getBeginLoc(); in startOutlinedSEHHelper()
2063 OutlinedStmt->getBeginLoc(), OutlinedStmt->getBeginLoc()); in startOutlinedSEHHelper()
2067 EmitCapturedLocals(ParentCGF, OutlinedStmt, IsFilter); in startOutlinedSEHHelper()
H A DCodeGenFunction.h3376 const Stmt *OutlinedStmt);
3397 void EmitCapturedLocals(CodeGenFunction &ParentCGF, const Stmt *OutlinedStmt,