Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1586 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1587 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1591 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1594 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1603 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1367 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4245 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
4246 if (!shouldCopy) { in emitWritebackArg()
4272 if (shouldCopy) { in emitWritebackArg()
4285 if (shouldCopy) { in emitWritebackArg()
4307 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2368 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1027 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3911 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3913 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()