Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1529 void setShouldCopy(bool shouldCopy) {
1530 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy;
1534 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
1540 setShouldCopy(shouldCopy);
1548 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; }
H A DStmtDataCollectors.td170 addData(S->shouldCopy());
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DInitialization.h1320 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp3275 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3276 if (!shouldCopy) { in emitWritebackArg()
3303 if (shouldCopy) { in emitWritebackArg()
3316 if (shouldCopy) { in emitWritebackArg()
3339 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1952 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp708 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3525 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3527 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()