Home
last modified time | relevance | path

Searched refs:shouldCopy (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h1577 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1578 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1585 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1594 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h1342 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3963 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3964 if (!shouldCopy) { in emitWritebackArg()
3990 if (shouldCopy) { in emitWritebackArg()
4003 if (shouldCopy) { in emitWritebackArg()
4025 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp2295 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp944 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp3780 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3782 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()