Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1777 struct CaptureFinder : ConstStmtVisitor<CaptureFinder> { struct
1782 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) in CaptureFinder() argument
1792 ConstStmtVisitor<CaptureFinder>::Visit(S); in Visit()
1874 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl); in EmitCapturedLocals()