Home | History | Annotate | Download | only in Sema

Lines Matching refs:shouldCopy

2636                                                               bool shouldCopy) {
2638 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore
3965 bool ShouldCopy = true;
3967 ShouldCopy = (param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
3987 Sequence.AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);
4199 bool ShouldCopy = true;
4201 ShouldCopy = (Param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
4214 AddPassByIndirectCopyRestoreStep(Entity.getType(), ShouldCopy);