Searched defs:needsCopy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ | ||
| H A D | CodeGenModule.h | 265 virtual bool needsCopy() const { return true; } in needsCopy() function |
| H A D | CGBlocks.cpp | 2401 bool needsCopy() const override { return CopyExpr != nullptr; } in needsCopy() function in __anonebe0d4550811::CXXByrefHelpers |