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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1678 struct CaptureFinder : ConstStmtVisitor<CaptureFinder> { struct in namespace:__anon1709
1683 CaptureFinder(CodeGenFunction &ParentCGF, const VarDecl *ParentThis) function in struct:__anon1709::CaptureFinder
1693 ConstStmtVisitor<CaptureFinder>::Visit(S);
1779 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl);

Completed in 58 milliseconds