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