Searched defs:needsCopy (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.h | 271 virtual bool needsCopy() const { return true; } in needsCopy() function |
H A D | CGBlocks.cpp | 2285 bool needsCopy() const override { return CopyExpr != nullptr; } in needsCopy() function in __anon3298161d0911::CXXByrefHelpers |