Home
last modified time | relevance | path

Searched defs:CanCopy (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp185 bool CanCopy = C.hasUserDeclaredCopyConstructor() || in considerClassValue() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp301 bool CanCopy = checkCopyToDefsPossible(DstOps); buildInstr() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp640 bool CanCopy = true; in doConversion() local
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp295 template <bool B> struct CanCopy {}; struct
294 template <bool B> struct CanCopy {}; global() struct