Home
last modified time | relevance | path

Searched defs:needsCopy (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h271 virtual bool needsCopy() const { return true; } in needsCopy() function
H A DCGBlocks.cpp2249 bool needsCopy() const override { return CopyExpr != nullptr; } needsCopy() function in __anondba8b0380911::CXXByrefHelpers