Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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());
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1336 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3877 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3878 if (!shouldCopy) { in emitWritebackArg()
3905 if (shouldCopy) { in emitWritebackArg()
3918 if (shouldCopy) { in emitWritebackArg()
3941 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2237 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp946 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3752 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3754 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()