Searched defs:needsCopy (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.h | 757 virtual bool needsCopy() const { return true; } in needsCopy() function |
H A D | CGBlocks.cpp | 1736 bool needsCopy() const override { return CopyExpr != nullptr; } in needsCopy() function in __anond119db390211::CXXByrefHelpers |