Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h1588 void setShouldCopy(bool shouldCopy) { in setShouldCopy() argument
1589 ObjCIndirectCopyRestoreExprBits.ShouldCopy = shouldCopy; in setShouldCopy()
1593 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() argument
1599 setShouldCopy(shouldCopy); in ObjCIndirectCopyRestoreExpr()
1607 bool shouldCopy() const { return ObjCIndirectCopyRestoreExprBits.ShouldCopy; } in shouldCopy() function
HDStmtDataCollectors.td170 addData(S->shouldCopy());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDInitialization.h1315 void AddPassByIndirectCopyRestoreStep(QualType T, bool shouldCopy);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp3284 bool shouldCopy = CRE->shouldCopy(); in emitWritebackArg() local
3285 if (!shouldCopy) { in emitWritebackArg()
3312 if (shouldCopy) { in emitWritebackArg()
3325 if (shouldCopy) { in emitWritebackArg()
3348 if (shouldCopy && !provablyNonNull) { in emitWritebackArg()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp2070 ID.AddBoolean(S->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp846 Record.push_back(E->shouldCopy()); in VisitObjCIndirectCopyRestoreExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp3690 bool shouldCopy) { in AddPassByIndirectCopyRestoreStep() argument
3692 s.Kind = (shouldCopy ? SK_PassByIndirectCopyRestore in AddPassByIndirectCopyRestoreStep()