Searched defs:needsCopy (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ | ||
D | CodeGenModule.h | 762 virtual bool needsCopy() const { return true; } in needsCopy() function |
D | CGBlocks.cpp | 1741 bool needsCopy() const override { return CopyExpr != nullptr; } in needsCopy() function in __anon3990df480211::CXXByrefHelpers |