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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp721 static void drillIntoBlockVariable(CodeGenFunction &CGF, function
754 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
834 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
847 if (capturedByInit) drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
1795 drillIntoBlockVariable(*this, Dst, &D);
1893 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));
1904 drillIntoBlockVariable(*this, lvalue, cast<VarDecl>(D));

Completed in 41 milliseconds